Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public int ImageIndex { get; set; }

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