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