Skip to main content
A newer version of this page is available. .

VGridControlBase.ImageList Property

Gets or sets the source of row header images.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

[DefaultValue(null)]
public object ImageList { get; set; }

Property Value

Type Default Description
Object *null*

An object that is the source of images displayed within row headers.

Remarks

The ImageList property accepts the following image collections:

Use the RowProperties.ImageIndex to assign images from the ImageList collection to individual rows.

See Also