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

XtraOpenFileDialog.OpenFile() Method

Opens the file specified by the FileName property. The file is opened with read-only permission.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v19.2.dll

Declaration

public Stream OpenFile()

Returns

Type Description
Stream

A Stream that stores the selected read-only file.

Remarks

See the OpenFileDialog.OpenFile article to learn more.

See Also