TcxVerticalGridReportLinkOptionsView.Headers Property
Specifies whether or not row headers are visible within a report.
Declaration
property Headers: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the Headers property to specify if row headers are visible within a report. Row headers are visible if this properties value is True.
The default value of the Headers property is True.
See Also