'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <WebCategoryAttribute("Behavior")> <WebSysDescriptionAttribute("TreeView_ShowCheckBoxes")> Public Property ShowCheckBoxes As System.Web.UI.WebControls.TreeNodeTypes
'Usage
Dim instance As NTreeView Dim value As System.Web.UI.WebControls.TreeNodeTypes instance.ShowCheckBoxes = value value = instance.ShowCheckBoxes
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [WebCategory("Behavior")] [WebSysDescription("TreeView_ShowCheckBoxes")] public System.Web.UI.WebControls.TreeNodeTypes ShowCheckBoxes {get; set;}