Gets or sets the text value which will be shown inside picker item.

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

Syntax

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

Field Value

The text.

See Also