TdxTileControlActionBarItem.Align Property
Specifies how the action bar item is horizontally arranged within its action bar.
Declaration
property Align: TdxTileControlActionBarItemAlignment read; write; default abiaLeft;
Property Value
Type | Default |
---|---|
TdxTileControlActionBarItemAlignment | abiaLeft |
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:
Value | Description | Example |
---|---|---|
abiaLeft | The 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. | |
abiaRight | The 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