ShowOverwritePrompt Property
Gets or sets a value indicating whether file open picker displays a warning if the user specifies the name of a file that already exists.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool? ShowOverwritePrompt { get; set; }
Public Property ShowOverwritePrompt As Boolean?
Get
Set
member ShowOverwritePrompt : Nullable<bool> with get, set
Property Value
See Also
Reference
FilePickerSaveOptions Class
Avalonia.Platform.Storage Namespace