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

Syntax
C# |
public bool OverwritePrompt { get; set; }
|
VB |
Public Property OverwritePrompt As Boolean
|
Property value
Type: Boolean
true to display a warning, false to overwrite old files without confirmation.

See Also