CheckBoxes Property (C1TreeView)
Gets or sets a value indicating whether check boxes should be visible or not.
[C1Description("C1TreeView.CheckBoxes", "Gets or sets a value indicating whether check boxes should be visible or not.")]
[C1Category("Behavior")]
[DefaultValue(false)]
public bool CheckBoxes {get; set;}
'Declaration
<C1DescriptionAttribute("C1TreeView.CheckBoxes", "Gets or sets a value indicating whether check boxes should be visible or not.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute(False)>
Public Property CheckBoxes As Boolean