Back to Devexpress

TdxTileControlActionBarItem.Position Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolactionbaritem-3a13aad9.md

latest1.1 KB
Original Source

TdxTileControlActionBarItem.Position Property

Specifies the display position of the action bar item.

Declaration

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

Property Value

TypeDefault
TdxTileControlActionBarItemPositionabipBottomBar

Remarks

Options include:

ValueDescription
abipTopBarThe item is displayed within the top action bar.
abipBottomBarThe 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

TdxTileControlActionBarItem Class

TdxTileControlActionBarItem Members

dxCustomTileControl Unit