Share via


PickOptions.PickerTitle Property

Definition

Title used for the file picker that is shown to the user.

public:
 property System::String ^ PickerTitle { System::String ^ get(); void set(System::String ^ value); };
public string? PickerTitle { get; set; }
member this.PickerTitle : string with get, set
Public Property PickerTitle As String

Property Value

Remarks

The file picker title is only used on the Android platform and only for certain file pickers. This title is not guaranteed to be shown.

Applies to