PivotGridFieldSortCondition(PivotGridFieldBase, Object) Constructor
Initializes a new instance of the PivotGridFieldSortCondition class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
field | PivotGridFieldBase | A PivotGridFieldBase descendant that represents the field to which the condition corresponds. This value is assigned to the PivotGridFieldSortCondition.Field property. |
value | Object | An object that specifies the field value represented by the condition. This value is assigned to the PivotGridFieldSortCondition.Value property. |
See Also