Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.

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

Syntax

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

See Also