Skip to main content

SortByCondition(PivotGridField, Object) Constructor

Initializes a new instance of the SortByCondition class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public SortByCondition(
    PivotGridField field,
    object value
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that represents the field to which the condition corresponds. This value is assigned to the SortByCondition.Field property.

value Object

An object that specifies the field value represented by the condition. This value is assigned to the SortByCondition.Value property.

See Also