Enabled Property (C1RadioButton)
In This Topic
Gets or sets a value that indicates whether the radio button is enabled.
Syntax
'Declaration
<C1DescriptionAttribute("C1RadioButton.Enabled", "Indicates whether the radio button is enabled.")>
<DefaultValueAttribute(True)>
<C1CategoryAttribute("Behavior")>
Public Property Enabled As Boolean
[C1Description("C1RadioButton.Enabled", "Indicates whether the radio button is enabled.")]
[DefaultValue(true)]
[C1Category("Behavior")]
public bool Enabled {get; set;}
See Also