Table of Contents

Property Value

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

Value

Gets or sets the value that will be incremented or decremented.

public T? Value { get; set; }

Property Value

T

Remarks

ValueChanging and ValueChanged events are raised when the value changes. Set Handled to true to cancel the change.