GridBand.ImageIndex Property
Gets or sets the index of the image displayed within the band header.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(-1)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
[ImageList("Images")]
[XtraSerializableProperty]
public int ImageIndex { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | A zero-based integer specifying the image by its index within the source collection. -1 if no image is displayed within the band header. |
Remarks
The ImageIndex property specifies the index of the required image in the collection of images. The source of images is specified by the ColumnView.Images property.
It’s also possible to assign an image to a band header directly using the GridBand.Image property.
The image below shows examples of band header and column header images.