Table of Contents

Property SelectedItem

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

SelectedItem

Gets or sets the index of the currently selected item.

public int? SelectedItem { get; set; }

Property Value

int?

The selected item or null if no item is selected.