Skip to main content

TcxvgOptionsView Class

Contains settings for customizing appearance of the grid control.

Declaration

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.

See Also