A2v10 Platform documentation
UK


DropDownMegaMenu Layout Element

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

Properties

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:
  • DownRight - (by default) downwards, unwraps to the right. Left edge anchor.
  • DownLeft - downwards, unwraps to the left. Right edge anchor.
  • UpRight - upwards, unwraps to the right. Left edge anchor.
  • UpLeft - upwards, unwraps to the left. Right edge anchor.
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