Back to Devexpress

FieldValueInfo.Field Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-fieldvalueinfo-aeb4769c.md

latest1.1 KB
Original Source

FieldValueInfo.Field Property

Gets the pivot grid field related to the cell currently being processed.

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 is a Pivot Grid field.

|

See Also

FieldValueInfo Class

FieldValueInfo Members

DevExpress.Xpf.PivotGrid Namespace