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

XtraSaveFileDialog.OpenFile() Method

Opens the user-selected file. The file is opened with read/write permissions.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v19.2.dll

Declaration

public Stream OpenFile()

Returns

Type Description
Stream

A Stream that stores the selected read/write file.

Remarks

See the SaveFileDialog.OpenFile article to learn more.

See Also