Skip to main content

TdxTileControlActionBarItem.Position Property

Specifies the display position of the action bar item.

Declaration

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