TdxTileControlCustomStoredCollection.TileControl Property
Provides access to the tile or tile bar control to which the current collection of tile items or groups belongs.
Declaration
property TileControl: TdxCustomTileControl read;
Property Value
Type |
---|
TdxCustomTileControl |
Remarks
To access the control-specific members, cast the TileControl property value to the corresponding class.
See Also