CloseAction Enum
Specifies which action forces a popup window to close.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None | Specifies that a popup element can’t be closed via an end-user interaction, but can be closed programmatically via specific client script methods. |
CloseButton | Specifies that a popup element is closed when clicking its close button (if any). |
OuterMouseClick | Specifies that a popup element is closed when clicking a mouse button outside the popup element. |
MouseOut | Specifies that a popup element is closed when the mouse cursor moves out of it. |
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.