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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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 |
|
See Also