TdxTileControlHitTest.TileControl Property
Provides access to the tile or tile bar control whose HitTest information is stored in the TdxTileControlHitTest object.
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