Back to Devexpress

CellInfo.DataField Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-cellinfo-adef00da.md

latest1.1 KB
Original Source

CellInfo.DataField Property

Gets a Pivot Grid’s data field related to the current cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
PivotGridField

A PivotGridField object that is a Pivot Grid’s data field.

|

See Also

CellInfo Class

CellInfo Members

DevExpress.Xpf.PivotGrid Namespace