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

DXFileDialog Class

Serves as a base class for the DevExpress file dialogs (DXSaveFileDialog and DXOpenFileDialog) and implements common file dialog functionality.

Namespace: DevExpress.Xpf.Dialogs

Assembly: DevExpress.Xpf.Dialogs.v19.2.dll

Declaration

public abstract class DXFileDialog :
    DXCommonDialog,
    IFileDialog,
    ICommonDialog,
    IDisposable

Remarks

The DXFileDialog abstract class implements the file dialog functionality of the Microsoft.Win32.CommonDialog.

See Also