PivotCustomDrawCellBaseThreadSafeEventArgs.DataField Property
Gets the data field that identifies the current cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
IThreadSafeField | An object that implements the IThreadSafeField interface. Specifies the data field that identifies the current cell. |
Remarks
Use the PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnField and PivotCustomDrawCellBaseThreadSafeEventArgs.RowField properties to obtain the innermost column and row fields that correspond to the processed cell.
See Also