Xceed Toolkit for Maui v2.0 Documentation
Title Property (FilePicker)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > FilePicker Class : Title Property
Gets or sets the Title that will be displayed in the System Explorer's window.
Syntax
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As FilePicker
Dim value As String
 
instance.Title = value
 
value = instance.Title
public string Title {get; set;}
Remarks

Note that according to Microsoft's documentation:

- On macOS, the Title will be displayed.

- On Android, the Title will be displayed on the initial prompt only.

- On Windows & iOS, the Title will not be displayed.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilePicker Class
FilePicker Members