Skip to main content

SortByCondition(PivotGridFieldSortCondition) 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(
    PivotGridFieldSortCondition condition
)

Parameters

Name Type Description
condition PivotGridFieldSortCondition

A PivotGridFieldSortCondition object, which is a Sort by Summary condition.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also