WebMessageOptions.CanCloseOnClick Property
Specifies whether or not the message is closed if a user clicks it.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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 |
|
See Also