XtraOpenFileDialog Class
A replacement for the standard WinForms OpenFileDialog. Supports theming by DevExpress Skins.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v19.1.dll
Declaration
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "OpenFileDialog")]
public sealed class XtraOpenFileDialog :
FileDialogBase,
IOpenFileDialog,
IFileDialog,
ICommonDialog,
IDisposable
Remarks
See the OpenFileDialog MSDN article to learn more.
Inheritance
Object
MarshalByRefObject
Component
CommonDialog
DevExpress.XtraEditors.Base.XtraCommonDialog
DevExpress.XtraEditors.FileDialogBase
XtraOpenFileDialog
See Also