TcxVirtualVerticalGridReportLink.OptionsView Property
Contains options which affect the visibility of the vertical grid control elements within a report.
Declaration
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