GUICheckboxModelRadioGroup Property
|
Defines a grouping for this radio button Checkbox.
Namespace:
Livit.Learn.Model.GUIAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic string RadioGroup { get; set; }
Property Value
Type:
String
Remarks
Only one radio button Checkbox per group may be checked at a time.
See Also