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.UI.Controls.C1Expander
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also