Skip to main content
A newer version of this page is available. .

SortByConditionCollection(PivotGridField) Constructor

Initializes a new instance of the SortByConditionCollection class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public SortByConditionCollection(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that specifies the data field.

See Also