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.Position Property

Specifies the display position of the action bar item.

#Declaration

Delphi
property Position: TdxTileControlActionBarItemPosition read; write; default abipBottomBar;

#Property Value

Type Default
TdxTileControlActionBarItemPosition abipBottomBar

#Remarks

Options include:

Value Description
abipTopBar The item is displayed within the top action bar.
abipBottomBar The item is displayed within the bottom action bar.

Use Position in combination with the Align property to arrange items within action bars.

The default value of the Position property is abipBottomBar.

See Also