[C1Description("C1RadioButton.Enabled", "Indicates whether the radio button is enabled.")] [DefaultValue(true)] [C1Category("Behavior")] public bool Enabled {get; set;}
'Declaration
<C1DescriptionAttribute("C1RadioButton.Enabled", "Indicates whether the radio button is enabled.")> <DefaultValueAttribute(True)> <C1CategoryAttribute("Behavior")> Public Property Enabled As Boolean