SuggestedFileName Property
Gets or sets the file name that the file picker suggests to the user.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public string? SuggestedFileName { get; set; }
Public Property SuggestedFileName As String
Get
Set
member SuggestedFileName : string with get, set