Skip to main content

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

See Also