PivotGridFieldSortConditionCollection(PivotGridFieldBase) Constructor
In This Article
Initializes a new instance of the PivotGridFieldSortConditionCollection class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotGridFieldSortConditionCollection(
PivotGridFieldBase owner
)
#Parameters
Name | Type | Description |
---|---|---|
owner | Pivot |
A Pivot |
#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