SortByCondition(PivotGridFieldSortCondition) Constructor
Initializes a new instance of the SortByCondition class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
condition | PivotGridFieldSortCondition | A PivotGridFieldSortCondition object, which is a Sort by Summary condition. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also