Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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