ShowColumnFieldHeaders Property (PivotGrid)
In This Topic
Gets or sets a value that determines whether the grid should display column field headers in its top-left panel.
Syntax
'Declaration
Public Property ShowColumnFieldHeaders As Boolean
public bool ShowColumnFieldHeaders {get; set;}
See Also