Table of Contents

Property SelectedItem

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

SelectedItem

Gets or sets the currently selected item in the control.

TItem? SelectedItem { get; set; }

Property Value

TItem

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