Navigation editor part.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 4.5.3057.35 (4.5.3057.35)

Syntax

C#
public class NavigationEditorPart : WebControl, 
	INamingContainer, IWebEditor
Visual Basic
Public Class NavigationEditorPart _
	Inherits WebControl _
	Implements INamingContainer, IWebEditor
Visual C++
public ref class NavigationEditorPart : public WebControl, 
	INamingContainer, IWebEditor

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      MonoSoftware.MonoX..::..NavigationEditorPart

See Also