TcxvgOptionsView.ShowHeaders Property
Specifies whether to display row headers.
Declaration
property ShowHeaders: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the value of the ShowHeaders property is set to True row header column will appear in the grid control. Otherwise only data columns will be shown.
The default value of the ShowHeaders property is True.
See Also