Skip to main content
A newer version of this page is available. .

TcxCustomGridTableItem.Styles Property

Defines a set of styles for different item elements.

Declaration

property Styles: TcxCustomGridTableItemStyles read; write;

Property Value

Type
TcxCustomGridTableItemStyles

Remarks

The Styles property lets you set the style for individual item elements. Descendants of the TcxCustomGridTableItem class declare additional attributes of a Styles object.

See Also