Gets or sets the text format that will applied to child items text during rendering.

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

Syntax

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

Field Value

The text format.

Examples

Example of formats: "{0}C", "{0}F"

See Also