Picker.Title Property

Definition

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

A string.

Remarks

Depending on the platform, the Title is shown as a placeholder, headline, or not showed at all.

Applies to