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

GridBand.Image Property

Gets or sets an image displayed within a Band Header.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
[DefaultValue(null)]
public Image Image { get; set; }

Property Value

Type Default Description
Image *null*

An image displayed within the band header.

Remarks

It’s possible to assign an image to a band header via either the Image or GridBand.ImageIndex property. If both properties are set, the image assigned via the Image property has higher priority.

The image below shows examples of band header and column header images.

ColumnHeader_Images

See Also