Gets or sets the label that will be shown in front of the picker on picker ruler.

Namespace:  C1.Web.iPhone.C1PickerView
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public string Label { get; set; }
Visual Basic
Public Property Label As String
	Get
	Set

Field Value

The label.

See Also