Skip to main content
.NET 6.0+

WebMessageOptions.CanCloseOnClick Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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