ExportOptionsViewModelBase.SelectFile() Method
Invokes the Save File dialog for selecting a file to which a document should be exported.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Returns
Type | Description |
---|---|
Boolean | true, if the file was selected; otherwise, false. |
Remarks
This method takes effect if the ExportOptionsViewModelBase.ShowOptionsBeforeExport property is set to true.
See Also