Skip to main content

PivotCustomDrawFieldValueThreadSafeEventArgs.Field Property

Gets the field whose value is to be painted.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public IThreadSafeField Field { get; }

Property Value

Type Description
IThreadSafeField

A PivotGridField object, which is the field whose value is to be painted.

See Also