Skip to main content

TcxVerticalGridStyles Class

Provides access to the grid’s style settings.

Declaration

TcxVerticalGridStyles = class(
    TcxCustomControlStyles
)

Remarks

The TcxVerticalGridStyles object is exposed via the Styles property and introduces an interface that allows you to define the style settings of a number of grid visual elements. Using the object, you can define the style settings, for instance, of row headers and content, the style settings of category rows, navigator and its elements, background, selection, inactive rows, and other elements.

Style modifications made are common for all the corresponding grid elements. For instance, changing the style of the grid rows’ content affects the content’s look and feel for all the rows within the control. You can override these global settings by redefining the style settings for individual rows.

See Also