A2v10 Platform documentation
UK


CommandBar Layout Element

Represents the command bar. Usually used inside DataGrid and ListItem items.

ОThe particularity of this item is that its visibility will be determined by the state of the parent container. For example, if you place it in a table column and set the property Visibility = "Active", the command bar will be displayed only for the active row of the table.

Inherits: Container : UIElement : UIElementBase

Properties

Name Type Description
Visibility CommandBarVisibility Bar’s visibility. Possible values:
  • Default - (by default) Always visible.
  • Active - Visible only for the active item.
  • Hover - Visible to both the active item and the item on which the mouse cursor is located.
Float FloatMode Make the bar "floating".
  • None - (by default) no.
  • Left - place on the left.
  • Right - place on the right.
Base item properties