PickOptions.PickerTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.