Back to Devexpress

TcxVerticalGridStyles Class

vcl-cxvgrid-740664a0.md

latest1.7 KB
Original Source

TcxVerticalGridStyles Class

Provides access to the grid’s style settings.

Declaration

delphi
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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomControlStyles TcxVerticalGridStyles

See Also

Styles Overview

TcxVerticalGridStyles Members

cxVGrid Unit