TcxCustomGridTableItem.Styles Property
In This Article
Provides access to styles that define the appearance of different data item elements.
#Declaration
Delphi
property Styles: TcxCustomGridTableItemStyles read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores styles of data item elements. |
#Remarks
The Styles
property lets you set the style for individual item elements. TcxCustomGridTableItem class descendants declare additional style-related properties.
See Also