TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItem Class / Enabled Property

In This Topic
    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