DialogService.ShowInformation(String, String) Method
Shows the information dialog with the specified text and caption.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value, specifying the dialog’s text. |
caption | String | A String value, specifying the dialog’s caption. |
Implements
See Also