Skip to main content

IDialogService.ShowInformation(String, String) Method

Shows a dialog with the specified text and caption.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

void ShowInformation(
    string text,
    string caption
)

Parameters

Name Type Description
text String

A String value specifying the dialog’s text.

caption String

A String value specifying the dialog’s caption.

See Also