GroupSettings Class [PHP]
Summary
Properties | Description | |
ExpandDirection | Get or set expand direction of menu. | |
Flow | Get or set the flow direction of menu. | |
Height | Get or set height for child menu panel. | |
OffsetX | Get or set the offset left of child menu's panel. | |
OffsetY | Get or set the offset top of child menu's panel. | |
Width | Get or set width for child menu panel. |
Properties Detail
ExpandDirectionTop
string ExpandDirection
Get or set expand direction of menu.
Default value : "Auto"
Allowed values :
- "Auto" : Auto expansion.
- "Left" : Left expansion.
- "Right" : Right expansion.
- "Up" : Up expansion.
- "Down" : Down expansion.
Supported from version: 1.0.0.0
FlowTop
string Flow
Get or set the flow direction of menu.
Allowed values :
- "Horizontal" : Flow horizontally.
- "Vertical" : Flow vertically.
Supported from version: 1.0.0.0
OffsetXTop
int OffsetX
Get or set the offset left of child menu's panel.
Default value : 0
Supported from version: 1.0.0.0
OffsetYTop
int OffsetY
Get or set the offset top of child menu's panel.
Default value : 0
Supported from version: 1.0.0.0