Table of Contents

Property Value

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

Value

Gets or sets the value.

public override IReadOnlyList<T>? Value { get; set; }

Property Value

IReadOnlyList<T>

Remarks

The setter accepts null as a synonym for an empty list. The getter never returns null.