Documentation > CMS Template API Library > ListPanelType
CrownPeak.CMSAPI.ListPanelType
Types of list panels used in
Possible enumeration values:
Name | Description | Value |
---|---|---|
InlineButtons |
A one-column panel, with buttons to insert, delete, and move panels directly above and below each panel. |
1 |
MoveOnly |
A one-column panel, with buttons only to move panels directly above and below each panel. |
2 |
Regular |
A two-column panel, with the left column containing buttons to insert, delete, and move panels. |
0 |
Sorted |
A two-column panel, with the left column containing buttons to insert and delete panels. Sort order must be specified. |
3 |