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

TcxVirtualVerticalGridReportLink.OptionsView Property

Contains options which affect the visibility of the vertical grid control elements within a report.

#Declaration

Delphi
property OptionsView: TcxVirtualVerticalGridReportLinkOptionsView read; write;

#Property Value

Type
TcxVirtualVerticalGridReportLinkOptionsView

#Remarks

The OptionsView property provides access to options which affect the visibility of the vertical grid control elements within a report.

These options specify the visibility state for:

  • Row headers (see the Headers property description).

  • Grid control borders (see the Borders property description).

  • The expand buttons of parent rows (see the ExpandButtons property description).

See Also