TdxCustomTileControl.Items Property
Provides access to a collection of tile items that are contained within the tile control.
Declaration
property Items: TdxTileControlItemCollection read;
Property Value
Type |
---|
TdxTileControlItemCollection |
Remarks
Refer to the TdxTileControlItemCollection class description to learn about available collection management capabilities.
See Also