Skip to main content
A newer version of this page is available. .

GroupFilterValuesCollection(IPivotGroupFilterValueParent) Constructor

Initializes a new instance of the GroupFilterValuesCollection class.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public GroupFilterValuesCollection(
    IPivotGroupFilterValueParent owner
)

Parameters

Name Type Description
owner DevExpress.XtraPivotGrid.IPivotGroupFilterValueParent

An object implementing the IPivotGroupFilterValueParent interface that represents the owner of the collection (e.g., a GroupFilterValue or GroupFilterValues object).

See Also