Skip to main content

PivotGridFieldSortConditionCollection(PivotGridFieldBase) Constructor

Initializes a new instance of the PivotGridFieldSortConditionCollection class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotGridFieldSortConditionCollection(
    PivotGridFieldBase owner
)

Parameters

Name Type Description
owner PivotGridFieldBase

A PivotGridFieldBase descendant that represents the field whose values will be sorted by the column or row represented by the current PivotGridFieldSortConditionCollection.

Remarks

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

See Also