Click or drag to resize

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; }

Property Value

Type: RadioCommand
The radio button controller.
See Also