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.v24.1.dll
NuGet Package: DevExpress.Wpf.Dialogs
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to display a warning, false to overwrite old files without confirmation. |
See Also