Skip to main content

PivotCustomDrawFieldHeaderThreadSafeEventArgs.Field Property

Gets the field whose header 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

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

See Also