Back to Devexpress

DXSaveFileDialogService Class

wpf-devexpress-dot-xpf-dot-dialogs-80c950f8.md

latest2.6 KB
Original Source

DXSaveFileDialogService Class

Represents a dialog box that allows end-users to specify a filename to which to save a file.

Namespace : DevExpress.Xpf.Dialogs

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

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

csharp
public class DXSaveFileDialogService :
    SaveFileDialogService
vb
Public Class DXSaveFileDialogService
    Inherits SaveFileDialogService

Remarks

The DXSaveFileDialogService provides the standard save file dialog functionality and supports DevExpress theming mechanism that allows your applications to look consistent.

When an end-user changes a current directory in the DXSaveFileDialogService or DXOpenFileDialogService, the application’s current directory changes too. The current directory’s path is stored in the DXSaveFileDialogService property. You can get the application’s current directory using the WPF standard GetCurrentDirectory method.

Inheritance

Show 14 items

Object DispatcherObject DependencyObject Freezable Animatable DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase DevExpress.Mvvm.UI.Interactivity.Behavior DevExpress.Mvvm.UI.Interactivity.Behavior<FrameworkElement> DevExpress.Mvvm.UI.ServiceBaseGeneric<FrameworkElement> ServiceBase DevExpress.Mvvm.UI.WindowAwareServiceBase DevExpress.Mvvm.UI.FileDialogServiceBase SaveFileDialogService DXSaveFileDialogService

See Also

DXSaveFileDialogService Members

DevExpress.Xpf.Dialogs Namespace