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

WebMessageOptions.CanCloseOnClick Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[DefaultValue(true)]
public bool CanCloseOnClick { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the message is closed on a click; otherwise, false.

Property Paths

You can access this nested property as listed below:

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