IDialogService.ShowOpenFileDialog(String, String) Method
Shows the Open dialog with the specified settings.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value specifying the dialog’s caption. |
filter | String | A String value specifying the file types to display. |
Returns
Type | Description |
---|---|
Stream | A Stream object. |
See Also