Skip to main content

DialogService.ShowOpenFileDialog(String, String) Method

Shows the Open dialog with the specified settings.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public Stream ShowOpenFileDialog(
    string caption,
    string filter
)

Parameters

Name Type Description
caption String

A String value, specifying the dialog’s caption.

filter String

A String value, specifying the available file type extensions.

Returns

Type Description
Stream

A Stream object, specifying where the dialog is transmitted.

See Also