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

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

Syntax

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

Remarks

The default value for this property is False.

See Also