TdxTileControlActionBars.Items Property
Provides access to a collection of action bar items that are contained within the tile control.
Declaration
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