Back to Devexpress

TcxvgOptionsView Class

vcl-cxvgrid-37b94c67.md

latest1.3 KB
Original Source

TcxvgOptionsView Class

Contains settings for customizing appearance of the grid control.

Declaration

delphi
TcxvgOptionsView = class(
    TcxControlOptionsView
)

Remarks

The properties of the TcxvgOptionsView object specify the grid control appearance options that control bands’ layout, expand buttons visibility, grid lines, header cells and data cells appearance, etc.

The following image demonstrates the TcxvgOptionsView settings in the Object Inspector:

Use the TcxCustomVerticalGrid.OptionsView property to access this set of options.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxControlOptions TcxControlOptionsView TcxvgOptionsView

See Also

TcxvgOptionsView Members

cxVGrid Unit