TcxCustomVerticalGridReportLink.OptionsView Property
Contains options which will affect the visibility of vertical grid control elements within a report.
Declaration
property OptionsView: TcxVerticalGridReportLinkOptionsView read; write;
Property Value
Type |
---|
TcxVerticalGridReportLinkOptionsView |
Remarks
The OptionsView property provides access to options which will affect the visibility of 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 for parent rows (see the ExpandButtons property description).
See Also