Skip to main content
.NET 6.0+

WebMessageOptions.CanCloseOnOutsideClick Property

Specifies whether or not the message is closed if a user clicks outside the message area.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool CanCloseOnOutsideClick { get; set; }

Property Value

Type Description
Boolean

true, if the message is closed on clicking outside the message area; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to CanCloseOnOutsideClick
MessageOptions
.Web .CanCloseOnOutsideClick
See Also