Image List ColumnImage List Property
This is used to get or set the image list used for the column's cells
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public ImageList? ImageList { get; set; }VB
Public Property ImageList As ImageList
Get
SetC++
public:
property ImageList^ ImageList {
ImageList^ get ();
void set (ImageList^ value);
}F#
member ImageList : ImageList with get, set