PivotGroupFilterValues(PivotGridGroup, PivotFilterType) Constructor
Initializes a new instance of the PivotGroupFilterValues class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
group | PivotGridGroup | A PivotGridGroup object that represents the owner field group. This value is assigned to the PivotGroupFilterValues.Group property. |
filterType | PivotFilterType | A PivotFilterType enumeration member that specifies the filter type. This value is assigned to the PivotGroupFilterValues.FilterType property. |
See Also