PivotGroupFilterValuesCollection(IPivotGroupFilterValueParent) Constructor
Initializes a new instance of the PivotGroupFilterValuesCollection 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 | DevExpress.XtraPivotGrid.IPivotGroupFilterValueParent | An object implementing the DevExpress.XtraPivotGrid.IPivotGroupFilterValueParent interface that represents the owner of the collection (e.g., a PivotGroupFilterValue or PivotGroupFilterValues object). |
See Also