Picker.Title 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.
Gets or sets the title for the Picker. This is a bindable property.
public string Title { get; set; }
member this.Title : string with get, set
Property Value
System.String
A string.
Remarks
Depending on the platform, the Title is shown as a placeholder, headline, or not showed at all.