Table of Contents

Property SelectedItem

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

SelectedItem

Gets or sets the currently selected object. This is a convenience property that is an alias for Value.

public T? SelectedItem { get; set; }

Property Value

T

The selected object of type T, or null if no item is selected.