2 types derived from HierarchicalDataBoundControl
System.Web (2)
UI\WebControls\Menu.cs (1)
28
public partial class Menu :
HierarchicalDataBoundControl
, IPostBackEventHandler, INamingContainer {
UI\WebControls\TreeView.cs (1)
31
public class TreeView :
HierarchicalDataBoundControl
, IPostBackEventHandler, IPostBackDataHandler, ICallbackEventHandler {
2 references to HierarchicalDataBoundControl
System.Web (2)
UI\WebControls\Adapters\HierarchicalDataBoundControlAdapter.cs (2)
11
protected new
HierarchicalDataBoundControl
Control {
13
return (
HierarchicalDataBoundControl
)base.Control;