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

DXSaveFileDialog.OverwritePrompt Property

Gets or sets whether this DXSaveFileDialog should warn users when they try to save a file under an already existing name.

Namespace: DevExpress.Xpf.Dialogs

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dialogs, DevExpress.Wpf.Dialogs

Declaration

public bool OverwritePrompt { get; set; }

Property Value

Type Description
Boolean

true to display a warning, false to overwrite old files without confirmation.

See Also