Skip to main content

SortByConditionCollection(PivotGridControl, PivotGridField) Constructor

Initializes a new instance of the SortByConditionCollection class.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public SortByConditionCollection(
    PivotGridControl pivotGrid,
    PivotGridField field
)

#Parameters

Name Type Description
pivotGrid PivotGridControl

A PivotGridControl object, which is a pivot grid control that owns this collection.

field PivotGridField

A PivotGridField object that specifies an owner field.

#Remarks

Instances of the SortByConditionCollection class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.

See Also