Skip to main content

PivotCustomDrawCellBaseThreadSafeEventArgs.DataField Property

Gets the data field that identifies the current cell.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public IThreadSafeField DataField { get; }

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