4 references to MaxDataBindDepth
System.Web (4)
UI\WebControls\TreeView.cs (4)
1456if ((MaxDataBindDepth != -1) && (depth > MaxDataBindDepth)) { 1715if ((data.HasChildren) && ((MaxDataBindDepth == -1) || (depth < MaxDataBindDepth))) {