Skip to main content

FieldFilterValues(PivotGridInternalField) Constructor

In This Article

Initializes a new instance of the FieldFilterValues class.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.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