FieldValueCellBase<T>.DataField Property
In This Article
Gets the data field that identifies the cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
T | A Pivot |
#Remarks
Use the DataField property if the current cell is a data field header, or data field header nested cell.
To obtain the field whose value the cell specifies, use the FieldValueCellBase<T>.Field property.
See Also