PivotGridFieldSortConditionCollection(PivotGridFieldBase) Constructor
Initializes a new instance of the PivotGridFieldSortConditionCollection class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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