Property SelectedImage
SelectedImage
Gets or sets Image associated with the item when it is selected.
[Browsable(false)]
public virtual Image? SelectedImage { get; set; }
Property Value
Remarks
It is up to control to decide whether and how this property is used. When this property is changed, you need to repaint the item.