XtraOpenFileDialog Class
A replacement for the standard WinForms OpenFileDialog. Supports theming by DevExpress Skins.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v20.2.dll
Declaration
public sealed class XtraOpenFileDialog :
FileDialogBase,
IOpenFileDialog,
IFileDialog,
ICommonDialog,
IDisposable
Public NotInheritable Class XtraOpenFileDialog
Inherits FileDialogBase
Implements IOpenFileDialog,
IFileDialog,
ICommonDialog,
IDisposable
Remarks
See the OpenFileDialog MSDN article to learn more.
Inheritance
Object
MarshalByRefObject
Component
CommonDialog
DevExpress.XtraEditors.Base.XtraCommonDialog
FileDialogBase
XtraOpenFileDialog
See Also
Feedback