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