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