Click or drag to resize
KaxListBoxItemCheckable Property
Gets or sets a value indicating whether the item is checkable. A checkbox control is rendered for checkable nodes.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool Checkable { get; set; }

Property Value

Type: Boolean
Remarks
If the CheckBoxes property set to true, KaxTreeView automatically displays a checkbox next to each node. You can set the Checkable property to false for nodes that do not need to display a checkbox.
See Also