'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <WebCategoryAttribute("Appearance")> <WebSysDescriptionAttribute("TreeView_ShowExpandCollapse")> Public Property ShowExpandCollapse As System.Boolean
'Usage
Dim instance As NTreeView Dim value As System.Boolean instance.ShowExpandCollapse = value value = instance.ShowExpandCollapse
[System.ComponentModel.DefaultValue(true)] [WebCategory("Appearance")] [WebSysDescription("TreeView_ShowExpandCollapse")] public System.bool ShowExpandCollapse {get; set;}