TcxPivotGridOptionsView.ColumnFields Property
In This Article
Specifies whether the column header area is visible.
#Declaration
Delphi
property ColumnFields: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the ColumnFields property to False, to hide the column header area.
The default value of the ColumnFields property is True.
See Also