summaryT:DotNetNuke.UI.WebControls.NavDataSource

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[AspNetHostingPermissionAttribute(SecurityAction.Demand, Level = AspNetHostingPermissionLevel.Minimal)]
public class NavDataSource : HierarchicalDataSourceControl
Visual Basic
<AspNetHostingPermissionAttribute(SecurityAction.Demand, Level := AspNetHostingPermissionLevel.Minimal)> 
Public Class NavDataSource
	Inherits HierarchicalDataSourceControl

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..HierarchicalDataSourceControl
      DotNetNuke.UI.WebControls..::..NavDataSource

See Also