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

FieldFilterValues(PivotGridInternalField) Constructor

Initializes a new instance of the FieldFilterValues class.

Namespace: DevExpress.Xpf.PivotGrid

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

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