RatingColumnImageList Property
This is used to get or set the image list used for the column's cells
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public ImageList ImageList { get; set; }
Public Property ImageList As ImageList
Get
Set
public:
property ImageList^ ImageList {
ImageList^ get ();
void set (ImageList^ value);
}
member ImageList : ImageList with get, set
Property 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.