Skip to main content

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.v23.2.dll

NuGet Package: 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