RadioCommandController Property |
Gets or sets the controller of the radio button group.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public RadioCommand Controller { get; set; }
Public Property Controller As RadioCommand
Get
Set
member Controller : RadioCommand with get, set
Property Value
Type:
RadioCommandThe radio button controller.
See Also