Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridColumn.Image Property

Use settings of the GridColumn.ImageOptions property to get or set a column header image.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.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

Use the GridColumn.ImageOptions.Image or GridColumn.ImageOptions.ImageIndex property to assign an image to a column header. If both properties are set, the image assigned by the Image property has higher priority.

The following image shows examples of band header and column header images:

ColumnHeader_Images

See Also