The following tables list the members exposed by TabPostBackOptions.
| Name | Description | |
|---|---|---|
|  | EnableAjax | Gets sets option to enable asynchronous postback of WebTab. | 
|  | EnableAsyncUpdateAllTabs | Gets sets option to update content of all tabs if asynchronous postback was triggered by any tab. | 
|  | EnableDynamicUpdatePanels | Gets sets option to create UpdatePanels dynamically when asynchronous postback is enabled. | 
|  | EnableLoadOnDemand | Gets sets option to load template of selected tab only. | 
|  | EnableLoadOnDemandUrl | Gets sets option to load url content of selected tab only. | 
|  | EnableLoadOnDemandViewState | Gets sets option to reload all once loaded templates on full postback. | 
|  | EnableReloadingOnTabClick | Gets sets option to submit/update/reload content of already selected tab when it was clicked by mouse. | 
|  | EnableReloadingUnselectedTab | Gets sets option to submit/update content of unselected tab when selection was changed. | 
|  | IsEmpty | Checks if all properties have default values. |