Skip to main content

VGridControlBase.ImageList Property

Gets or sets the source of row header images.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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