A newer version of this page is available.
Switch to the current version.
GridColumn.Images Property
Gets an image collection whose images can be displayed within the column's header.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v19.1.dll
Declaration
[Browsable(false)]
public virtual object Images { get; }
<Browsable(False)>
Public Overridable ReadOnly Property Images As Object
Property Value
Type | Description |
---|---|
Object | An object which provides images for column headers. |
Remarks
Use the View's ColumnView.Images property to specify the source for the images that can be displayed within column headers and band headers.
See Also
Feedback