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