Gets a value indicating whether C1TreeView treeview is enabled or disabled. If treeview is disabled, click and select operations are also disabled.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[LocalizableAttribute(true)]
[DefaultValueAttribute(true)]
[C1CategoryAttribute("Category.Behavior")]
[JsonAttribute(true, true, true)]
[LayoutAttribute(LayoutType.Behavior)]
public override bool Enabled { get; set; }
Visual Basic
<LocalizableAttribute(True)> _
<DefaultValueAttribute(True)> _
<C1CategoryAttribute("Category.Behavior")> _
<JsonAttribute(True, True, True)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Overrides Property Enabled As Boolean
	Get
	Set

See Also