PivotFieldImageIndexEventArgs Class
Provides data for the PivotGridControl.FieldValueImageIndex event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public class PivotFieldImageIndexEventArgs :
PivotFieldValueEventArgs
#Remarks
The PivotGridControl.FieldValueImageIndex event allows you to display images within individual column and row areas.
An image can be assigned via the event’s PivotFieldImageIndexEventArgs.ImageIndex parameter. This represents the index of the required image within the PivotGridControl.ValueImages collection.
PivotFieldImageIndexEventArgs objects are automatically created, initialized and passed to PivotGridControl.FieldValueImageIndex event handlers.
Note
You cannot use the Pivot