PivotGridField.SortByAttribute Property
Gets or sets the OLAP member property name by which the pivot grid’s data is sorted.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
String | A System. |
#Remarks
Note
Set the Pivot
To sort a pivot grid’s data by attribute, assign the property name to the SortByAttribute property of the field you want to sort. To obtain OLAP member properties, use the PivotGridField.GetOlapMemberProperties method.
When using the SortByAttribute method, the pivot grid field’s data is sorted in alphabetical order in ascending or descending order. To change the order, use the PivotGridField.SortOrder property.