Gets or sets a value that determines whether to postback to the server when clicking the tab.

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

Syntax

C#
[DescriptionAttribute("Gets or sets a value that determins whether postback to server when clicking the tab.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute(false)]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, false)]
public bool AutoPostBack { get; set; }
Visual Basic (Declaration)
<DescriptionAttribute("Gets or sets a value that determins whether postback to server when clicking the tab.")> _
<CategoryAttribute("Behavior")> _
<DefaultValueAttribute(False)> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, False)> _
Public Property AutoPostBack As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also