BootstrapPopupMenu Class
Represents a popup menu control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DXClientDocumentationProviderWeb("BootstrapPopupMenu")]
[ToolboxTabName("DX.24.1: Bootstrap Controls")]
public class BootstrapPopupMenu :
ASPxPopupMenu,
ISimpleRenderControl,
IBootstrapMenuCssClassesOwner,
IMenuControlProvider
Remarks
Note
The BootstrapPopupMenu control provides you with comprehensive client-side functionality implemented using JavaScript code:
- The control’s client-side equivalent is represented by the BootstrapClientPopupMenu object.
- On the client side, the client object can be accessed directly by the name specified via the ASPxMenuBase.ClientInstanceName property.
- The available client events can be accessed by using the ASPxMenuBase.ClientSideEvents property.
The client-side API is always available for this control.
Inheritance
See Also