Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.Xpf.Dialogs Namespace

In This Article

Contains classes that implement the main functionality of the WPF Dialogs and Dialog Services.

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

NuGet Package: DevExpress.Wpf.Dialogs

#Classes

Name Description
DXCommonDialog Serves as a base class for the DevExpress File Dialogs.
DXFileDialog Serves as a base class for the DevExpress file dialogs (DXSaveFileDialog and DXOpenFileDialog) and implements common file dialog functionality.
DXFolderBrowserDialog Represents a dialog box that allows end-users to browse and select a particular folder.
DXFolderBrowserDialogService Represents a dialog box that allows end-users to browse and select a particular folder.
DXOpenFileDialog Represents a dialog box that allows end-users to specify a filename for one or more files to open.
DXOpenFileDialogService Represents a dialog box that allows end-users to specify a filename for one or more files to open.
DXOpenFolderDialogService Represents a dialog box that allows end-users to specify folder names for one or more folders to open.
DXSaveFileDialog Represents a dialog box that allows end-users to specify a filename to which to save a file.
DXSaveFileDialogService Represents a dialog box that allows end-users to specify a filename to which to save a file.
HelpRequestEventArgs Provides data tor the DXCommonDialog.HelpRequest event.
NotSupportedOsVersionEventArgs Provides data tor the DXCommonDialog.ShowDefaultDialog event.

#Enums

Name Description
OpenFileDialogMode Lists values that specify the open file dialog mode for DXOpenFileDialog.