Back to Devexpress

TdxTileControlActionBarItem.Align Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolactionbaritem.md

latest1.8 KB
Original Source

TdxTileControlActionBarItem.Align Property

Specifies how the action bar item is horizontally arranged within its action bar.

Declaration

delphi
property Align: TdxTileControlActionBarItemAlignment read; write; default abiaLeft;

Property Value

TypeDefault
TdxTileControlActionBarItemAlignmentabiaLeft

Remarks

This property allows you to arrange related action bar items into groups to help end-users easily distinguish these items.

Available property values include:

ValueDescriptionExample
abiaLeftThe item is aligned to the action bar’s left edge. Left-aligned items are displayed left to right in action bars, in the order these items appear in a tile control’s ActionBars.Items collection.
abiaRightThe item is aligned to the action bar’s right edge. Right-aligned items are displayed right to left in action bars, in the order these items appear in a tile control’s ActionBars.Items collection.

Use the Position property to select the action bar (top or bottom) for the item.

The default value of the Align property is abiaLeft.

See Also

TdxTileControlActionBarItem Class

TdxTileControlActionBarItem Members

dxCustomTileControl Unit