Skip to main content

IDialogService.ShowOpenFileDialog(String, String, out String) Method

Shows the Open dialog with the specified settings.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

Stream ShowOpenFileDialog(
    string caption,
    string filter,
    out string fileName
)

#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.

fileName String

A String value, specifying the file name.

#Returns

Type Description
Stream

A Stream object specifying where the dialog is transmitted.

See Also