Skip to main content

PivotGroupFilterValuesCollection(IPivotGroupFilterValueParent) Constructor

Initializes a new instance of the PivotGroupFilterValuesCollection class.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public PivotGroupFilterValuesCollection(
    IPivotGroupFilterValueParent owner
)

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