Rating 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
If not set, a default set of star images is used. If set, the image list should contain three images. The first is for an empty/unused image, the second is for a filled/used image, and the third is for a hot image drawn when the mouse is over the cell images.
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, setProperty Value
ImageListIf not set, a default set of star images is used. If set, the image list should contain three images. The first is for an empty/unused image, the second is for a filled/used image, and the third is for a hot image drawn when the mouse is over the cell images.