PivotGridFieldSortCondition(PivotGridFieldBase, Object) Constructor
In This Article
Initializes a new instance of the PivotGridFieldSortCondition class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
The field to which the condition corresponds. This value is assigned to the Pivot |
value | Object | An object that specifies the field value represented by the condition. This value is assigned to the Pivot |
See Also