C1.Win.TreeView Namespace / C1TreeView Class / CheckBoxes Property

In This Topic
CheckBoxes Property (C1TreeView)
In This Topic
Gets or sets a value indicating whether check boxes should be visible or not.
Syntax
'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
 
See Also