PivotFieldImageIndexThreadSafeEventArgs.Field Property
Gets the field being processed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
IThreadSafeField | An object that implements the IThreadSafeField interface. Specifies the field currently being processed. |
See Also