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