Represents a drop-down menu with sections.
Note that menu grouping is only available for linked data sources. Grouping of static menu items is not supported.
Inherits: Container : UIElement : UIElementBase| Name | Type | Description |
|---|---|---|
| GroupBy | String | Name of the property in the data source which the grouping will be performed by. Each menu group will be shown in a separate section. |
| Columns | Int32 | The number of columns in the menu. By default - one column. |
| Width | Length | Menu width. |
| Direction | DropDownDirection |
The direction of the menu’s "drop-out". Possible values:
|
| Separate | Boolean | Display the menu separately from the parent button. In this case, the background of the element will be white. |
| Background | BackgroundStyle | Background color. |
| Base item properties | ||