PopupAction Enum
Specifies which action forces a popup element to appear.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None | Specifies that a popup element can’t be invoked via an end-user interaction, but can be invoked programmatically via specific client script methods. |
LeftMouseClick | Specifies that a popup element is invoked at a left mouse button click within the corresponding linked web control or HTML element. |
RightMouseClick | Specifies that a popup element is invoked on a right mouse button click within the corresponding linked web control or HTML element. |
MouseOver | Specifies that a popup element is invoked when the mouse cursor hovers over the corresponding linked web control or HTML element. |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.