RatingColumnImageList 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: 2023.4.9.0
public ImageList ImageList { get; set; }

Property Value

ImageList
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.

See Also