FieldValueCellBase<T>.DataField Property
Gets the data field that identifies the cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
T | A PivotGridFieldBase descendant that specifies the data field which identifies the cell. |
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