DevExpress.Xpf.Dialogs Namespace
Contains classes that implement the main functionality of the WPF Dialogs and Dialog Services.
Assembly: DevExpress.Xpf.Dialogs.v24.1.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. |