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

PivotGroupFilterValuesCollection(IPivotGroupFilterValueParent) Constructor

Initializes a new instance of the PivotGroupFilterValuesCollection class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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