GridColumn.Image Property
In This Article
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:
See Also