SortByCondition(PivotGridField, Object, String) Constructor
In This Article
Initializes a new instance of the SortByCondition class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
value | Object | An object that specifies the field value represented by the condition. This value is assigned to the Sort |
olap |
String | A String that represents the unique name of the corresponding OLAP member. This value is assigned to the Sort |
See Also