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

SortByCondition(PivotGridFieldSortCondition) Constructor

Initializes a new instance of the SortByCondition class.

Namespace: DevExpress.Xpf.PivotGrid

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

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