Gets or sets a value that determines whether post back to server automatically when user selects picker item.

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

Syntax

C#
public bool AutoPostBackOnSelect { get; set; }
Visual Basic
Public Property AutoPostBackOnSelect As Boolean
	Get
	Set

See Also