Skip to main content

TcxCustomGridView.Styles Property

Specifies the set of styles defining the appearance of the current View’s elements.

Declaration

property Styles: TcxCustomGridStyles read; write;

Property Value

Type
TcxCustomGridStyles

Remarks

The set of styles is expanded as the Styles property is overridden in TcxCustomGridView descendants. In the base class, the Styles set includes a style that specifies the appearance of the current View’s background.

See Also