Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also