IReportDesignerUI.DoWithMessageBoxService(Action<IMessageBoxService>) Method
In This Article
Displays a message box.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
void DoWithMessageBoxService(
Action<IMessageBoxService> action
)
#Parameters
Name | Type | Description |
---|---|---|
action | Action<IMessage |
A Action delegate that sets an object implementing the IMessage |
See Also