Skip to main content

IReportDesignerUI.DoWithMessageBoxService(Action<IMessageBoxService>) Method

Displays a message box.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

void DoWithMessageBoxService(
    Action<IMessageBoxService> action
)

Parameters

Name Type Description
action Action<IMessageBoxService>

A Action delegate that sets an object implementing the IMessageBoxService interface.

See Also