Back to Devexpress

TdxTileControlActionBars.Items Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolactionbars.md

latest1.0 KB
Original Source

TdxTileControlActionBars.Items Property

Provides access to a collection of action bar items that are contained within the tile control.

Declaration

delphi
property Items: TdxTileControlActionBarItems read; write;

Property Value

Type
TdxTileControlActionBarItems

Remarks

Refer to the TdxTileControlActionBarItems class description to learn about available collection management capabilities. At design time, you can manage the contents of the collection using a standard collection editor. To invoke it, click the ellipsis button next to the Items property name in the Object Inspector.

See Also

TdxTileControlActionBars Class

TdxTileControlActionBars Members

dxCustomTileControl Unit