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

XtraSaveFileDialog Class

A replacement for the standard WinForms SaveFileDialog. Supports theming by DevExpress Skins.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v20.2.dll

NuGet Package: DevExpress.Win.Dialogs

Declaration

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

Remarks

XtraDialogs - Save

See the SaveFileDialog MSDN article to learn more.

Inheritance

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