TdxTileControlStyle Class
In This Article
Contains appearance settings of a tile control.
#Declaration
Delphi
TdxTileControlStyle = class(
TdxTileControlCustomStyle
)
#Remarks
This class extends its ancestor class with properties that allow you to customize the color of focused and checked tiles.
A TdxTileControlStyle object is referenced by a tile control’s Style property.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxTileControlCustomStyle
TdxTileControlStyle
See Also