SortByConditionCollection(PivotGridControl, PivotGridField) Constructor
In This Article
Initializes a new instance of the SortByConditionCollection class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
pivot |
Pivot |
A Pivot |
field | Pivot |
A Pivot |
#Remarks
Instances of the SortByConditionCollection class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.
See Also