Infragistics2.WebUI.UltraWebTab.v8.2
AutoPostBack Property
See Also 
Infragistics.WebUI.UltraWebTab Namespace > UltraWebTab Class : AutoPostBack Property

Trigger a post back event when the selected tab is changed (on tab click).

Syntax

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

See Also