DxMessageBox.OutsideClick Event
Fires when a message box is closed as a result of clicking outside the box’s boundaries.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public EventCallback OutsideClick { get; set; }
Remarks
When the CloseOnOutsideClick property is set to true
, the message box closes when a user clicks outside the box’s boundaries. Handle the OutsideClick
event to react to this action.
See Also