BootstrapPopupMenu Class
In This Article
Represents a popup menu control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DXClientDocumentationProviderWeb("BootstrapPopupMenu")]
[ToolboxTabName("DX.24.2: Bootstrap Controls")]
public class BootstrapPopupMenu :
ASPxPopupMenu,
ISimpleRenderControl,
IBootstrapMenuCssClassesOwner,
IMenuControlProvider
#Remarks
Note
The Bootstrap
- The control’s client-side equivalent is represented by the Bootstrap
Client object.Popup Menu - On the client side, the client object can be accessed directly by the name specified via the ASPx
Menu property.Base. Client Instance Name - The available client events can be accessed by using the ASPx
Menu property.Base. Client Side Events
The client-side API is always available for this control.
#Inheritance
See Also