Allow nodes to be expanded or collapsed.
Namespace:
C1.Web.UI.Controls.C1TreeViewAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[JsonAttribute(true, true, true)] [C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute(true)] [LayoutAttribute(LayoutType.Behavior)] public bool ShowExpandCollapse { get; set; } |
Visual Basic |
---|
<JsonAttribute(True, True, True)> _ <C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute(True)> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Property ShowExpandCollapse As Boolean Get Set |