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

XtraOpenFileDialog Class

A replacement for the standard WinForms OpenFileDialog. Supports theming by DevExpress Skins.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v20.2.dll

NuGet Package: DevExpress.Win.Dialogs

Declaration

public sealed class XtraOpenFileDialog :
    FileDialogBase,
    IOpenFileDialog,
    IFileDialog,
    ICommonDialog,
    IDisposable

Remarks

XtraDialogs - Open

See the OpenFileDialog MSDN article to learn more.

Inheritance

Object
MarshalByRefObject
Component
CommonDialog
DevExpress.XtraEditors.Base.XtraCommonDialog
FileDialogBase
XtraOpenFileDialog
See Also