Click or drag to resize

ValueCommandTValue Property

Gets or sets the value for the command.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public T Value { get; set; }

Property Value

Type: T
The value.
See Also