Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

[Browsable(false)]
public virtual bool SelectFile()

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