Gets or sets a value that determines whether postback to server when switching between page views.

Namespace:  C1.Web.UI.Controls.C1MultiPage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[JsonAttribute(true, true, false)]
[C1CategoryAttribute("Category.Behavior")]
public bool AutoPostBack { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<JsonAttribute(True, True, False)> _
<C1CategoryAttribute("Category.Behavior")> _
Public Property AutoPostBack As Boolean
	Get
	Set

See Also