Skip to main content

FileDialogBase Class

Implements API common for the XtraOpenFileDialog and XtraSaveFileDialog dialogs.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v23.1.dll

NuGet Package: DevExpress.Win.Dialogs

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class FileDialogBase :
    XtraCommonDialog,
    IFileDialog,
    ICommonDialog,
    IDisposable

Inheritance

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