TcxCustomVerticalGridReportLink.OptionsView Property
In This Article
Contains options which will affect the visibility of vertical grid control elements within a report.
#Declaration
Delphi
property OptionsView: TcxVerticalGridReportLinkOptionsView read; write;
#Property Value
Type |
---|
Tcx |
#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