'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.TypeConverterAttribute(System.Web.UI.WebControls.TreeView/TreeViewExpandDepthConverter)> <WebCategoryAttribute("Behavior")> <WebSysDescriptionAttribute("TreeView_ExpandDepth")> Public Property ExpandDepth As System.Integer
'Usage
Dim instance As NTreeView Dim value As System.Integer instance.ExpandDepth = value value = instance.ExpandDepth
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.TypeConverter(System.Web.UI.WebControls.TreeView/TreeViewExpandDepthConverter)] [WebCategory("Behavior")] [WebSysDescription("TreeView_ExpandDepth")] public System.int ExpandDepth {get; set;}