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

PivotGroupFilterValues(PivotGridGroup, PivotFilterType) Constructor

Initializes a new instance of the PivotGroupFilterValues class.

Namespace: DevExpress.XtraPivotGrid

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

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