Back to Devexpress

GridBand.Images Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-2da29e96.md

latest1.8 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual object Images { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Images As Object

Property Value

TypeDescription
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

Images

GridBand Class

GridBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace