3 references to CustomExpandCollapseHandlerExists
System.Web (3)
UI\WebControls\TreeNode.cs (3)
1172
if (_owner.RenderClientScript && !_owner.
CustomExpandCollapseHandlerExists
) {
1286
else if (!_owner.
CustomExpandCollapseHandlerExists
&& canExpand) {
1302
if (_owner.RenderClientScript && (SelectAction == TreeNodeSelectAction.Expand) && !_owner.
CustomExpandCollapseHandlerExists
) {