Skip to main content

GridColumn.Image Property

Gets or sets an image displayed within the Column Header.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Image Image { get; set; }

Property Value

Type Default Description
Image null

An image displayed within the column header.

Remarks

It’s possible to assign an image to a column header via either the Image or GridColumn.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