Table of Contents

Property SelectedItem

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

SelectedItem

Gets or sets the currently selected item in the control.

[Browsable(false)]
public abstract object? SelectedItem { get; set; }

Property Value

object

An object that represents the current selection in the control, or null if no item is selected.