Skip to main content

PivotGridFieldSortCondition(PivotGridFieldBase, Object) Constructor

Initializes a new instance of the PivotGridFieldSortCondition class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotGridFieldSortCondition(
    PivotGridFieldBase field,
    object value
)

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