'Declaration
<WebCategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute(-1)> <WebSysDescriptionAttribute("TreeView_MaxDataBindDepth")> Public Property MaxDataBindDepth As System.Integer
'Usage
Dim instance As NTreeView Dim value As System.Integer instance.MaxDataBindDepth = value value = instance.MaxDataBindDepth
[WebCategory("Behavior")] [System.ComponentModel.DefaultValue(-1)] [WebSysDescription("TreeView_MaxDataBindDepth")] public System.int MaxDataBindDepth {get; set;}