Back to Devexpress

CloseAction Enum

aspnet-devexpress-dot-web-54c830e1.md

latest1.9 KB
Original Source

CloseAction Enum

Specifies which action forces a popup window to close.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum CloseAction
vb
Public Enum CloseAction

Members

NameDescription
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.

|

The following properties accept/return CloseAction values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPopupControl.CloseAction
SchedulerFormTemplateContainer.PopupFormCloseAction
ASP.NET MVC ExtensionsPopupControlSettings.CloseAction

Remarks

The CloseAction enumerator contains values that specify which client action closes a popup window. The values of this enumerator are used to set the ASPxPopupControl.CloseAction property of a popup control.

See Also

DevExpress.Web Namespace