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

XtraSaveFileDialog Class

Allows a user to save a file. This is a replacement for the standard SaveFileDialog that supports DevExpress Skins.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Dialogs

Declaration

public sealed class XtraSaveFileDialog :
    FileDialogBase,
    ISaveFileDialog,
    IFileDialog,
    ICommonDialog,
    IDisposable

Remarks

Use the ShowDialog() method to display a modal dialog box. The skin of the dialog box matches the skin of the form that invoked that dialog (the owning form). You can also use the ShowDialog(IWin32Window) method overload that allows you to explicitly specify the owning form.

XtraDialogs - Save

See the following topic on docs.microsoft.com for more information: SaveFileDialog.

Inheritance

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