FilePickerSaveOptionsShowOverwritePrompt 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.
Namespace: Avalonia.Platform.StorageAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool? ShowOverwritePrompt { get; set; }
Public Property ShowOverwritePrompt As Boolean?
Get
Set
member ShowOverwritePrompt : Nullable<bool> with get, set
Property Value
NullableBoolean