Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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