aspnet-devexpress-dot-web-4a71f18b.md
Represents the base class for ASPxMenu and ASPxPopupMenu menu controls.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class ASPxMenuBase :
ASPxHierarchicalDataWebControl,
IRequiresLoadPostDataControl,
IControlDesigner
Public MustInherit Class ASPxMenuBase
Inherits ASPxHierarchicalDataWebControl
Implements IRequiresLoadPostDataControl,
IControlDesigner
The following members return ASPxMenuBase objects:
| Library | Related API Members |
|---|---|
| ASP.NET Bootstrap Controls | BootstrapMenuItem.Menu |
| ASP.NET Web Forms Controls | MenuItem.Menu |
The ASPxMenuBase class represents the base class which implements the common menu functionality. This functionality is inherited by the ASPxMenuBase class’s descendants - the ASPxMenu and ASPxPopupMenu menu controls.
Show 15 items
Show 21 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxHierarchicalDataWebControl ASPxMenuBase ASPxMenu
See Also