ShowRowFieldSort Property (PivotGrid)
In This Topic
Gets or sets a value that determines whether the grid should display sort indicators in the column headers for row fields.
Syntax
'Declaration
Public Property ShowRowFieldSort As Boolean
public bool ShowRowFieldSort {get; set;}
See Also