Table of Contents

Property SelectedImage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SelectedImage

Gets or sets Image associated with the item when it is selected. Setter of this property sets both light and dark images.

public virtual Image? SelectedImage { get; set; }

Property Value

Image

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.