TcxVirtualVerticalGridReportLink.OptionsView Property
In This Article
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 |
---|
Tcx |
#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