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