PivotFieldImageIndexThreadSafeEventArgs.ImageIndex Property
Gets or sets the index of the image to display within the currently processed column/row header.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the zero-based index of the image within the source collection. |
Remarks
The source of images is specified by the pivot grid’s PivotGridControl.ValueImages property.
See Also