ASPxMenuBase Class
Represents the base class for ASPxMenu and ASPxPopupMenu menu controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
public abstract class ASPxMenuBase :
ASPxHierarchicalDataWebControl,
IRequiresLoadPostDataControl,
IControlDesigner
Related API Members
The following members return ASPxMenuBase objects:
Library | Related API Members |
---|---|
ASP.NET Bootstrap Controls | BootstrapMenuItem.Menu |
ASP.NET Web Forms Controls | MenuItem.Menu |
Remarks
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.
Implements
Show 15 items
Inheritance
Show 21 items
See Also