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.

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool? ShowOverwritePrompt { get; set; }

Property Value

NullableBoolean

See Also