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; }
Public Property Value As T
Get
Set
member Value : 'T with get, set
Property Value
Type:
TThe value.
See Also