Back to Devexpress

FieldFilterValues.Field Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-fieldfiltervalues-f7524738.md

latest1.4 KB
Original Source

FieldFilterValues.Field Property

Gets the field which owns the current collection.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotGridField Field { get; }
vb
Public ReadOnly Property Field As PivotGridField

Property Value

TypeDescription
PivotGridField

A PivotGridField object that represents the field which the current collection belongs to.

|

Remarks

The Field property returns the field whose PivotGridField.FilterValues property is represented by this collection.

See Also

FilterValues

FieldFilterValues Class

FieldFilterValues Members

DevExpress.Xpf.PivotGrid Namespace