ASPxMenuBase Class
In This Article
Represents the base class for ASPxMenu and ASPxPopupMenu menu controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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. |
Bootstrap |
ASP. |
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