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

PivotCustomDrawFieldHeaderThreadSafeEventArgs.Field Property

Gets the field whose header is to be painted.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public IThreadSafeField Field { get; }

Property Value

Type Description
IThreadSafeField

An object that implements the IThreadSafeField interface. Specifies the field whose header is to be painted.

See Also