FileDialogOptions.InitialFileName Property

Definition

Gets the initial file name for the input box of the dialog. Leave empty to use the default. This should be just the name of the file, not a path. If an invalid filename is passed, we use the default.

public string InitialFileName { get; init; }
member this.InitialFileName : string with get, set
Public Property InitialFileName As String

Property Value

Applies to