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

TcxCustomGridTableView.Styles Property

Specifies a set of styles that define the appearance of the View’s elements.

Declaration

property Styles: TcxCustomGridTableViewStyles read; write;

Property Value

Type
TcxCustomGridTableViewStyles

Remarks

The Styles set includes a collection of styles for cell contents, selection bar, and other tabular View elements. TcxCustomGridTableViewStyles descendants in other View types extend the Styles set with various View-specific styles.

See Also