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

PivotFieldImageIndexThreadSafeEventArgs.Field Property

Gets the field being processed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public IThreadSafeField Field { get; }

Property Value

Type Description
IThreadSafeField

An object that implements the IThreadSafeField interface. Specifies the field currently being processed.

See Also