Back to Devexpress

VGridControlBase.ImageList Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-989927cd.md

latest2.3 KB
Original Source

VGridControlBase.ImageList Property

Gets or sets the source of row header images.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
public object ImageList { get; set; }
vb
<DefaultValue(Nothing)>
Public Property ImageList As Object

Property Value

TypeDefaultDescription
Objectnull

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

|

Remarks

The ImageList property accepts the following image collections:

Use the ImageIdex property accessible in RowProperties.ImageOptions to assign images from the ImageList collection to individual rows.

See Also

ImageOptions

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace