Skip to main content

FieldFilterValues(PivotGridInternalField) Constructor

Initializes a new instance of the FieldFilterValues class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public FieldFilterValues(
    PivotGridInternalField field
)

Parameters

Name Type Description
field DevExpress.Xpf.PivotGrid.Internal.PivotGridInternalField

A DevExpress.Xpf.PivotGrid.Internal.PivotGridInternalField object which represents the field that will own the collection. This value is assigned to the PivotGridFieldFilterValues.Field property.

See Also