Skip to main content

PivotGroupFilterValues(PivotGridGroup, PivotFilterType) Constructor

Initializes a new instance of the PivotGroupFilterValues class.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public PivotGroupFilterValues(
    PivotGridGroup group,
    PivotFilterType filterType
)

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