Skip to main content

SortByCondition(PivotGridFieldSortCondition) Constructor

Initializes a new instance of the SortByCondition class.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.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