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