Skip to main content

GridBand.Images Property

Gets an image collection whose images can be displayed within the band’s header.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public virtual object Images { get; }

Property Value

Type Description
Object

An object which provides images for band headers.

Remarks

Use the View’s ColumnView.Images property to specify the source of the images that can be displayed within column headers and band headers.

See Also