Skip to main content

PivotGridFieldFilterValues.Field Property

Gets the field which owns the current collection.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public PivotGridFieldBase Field { get; }

#Property Value

Type
PivotGridFieldBase

#Remarks

The Field property is overridden in the FieldFilterValues class. To learn more, see FieldFilterValues.Field.

See Also