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

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

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