Skip to main content
A newer version of this page is available. .

PivotCustomDrawFieldValueThreadSafeEventArgs.Field Property

Gets the field whose value is to be painted.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

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