Properties
- ContentTemplate - TemplateInstance.Single ITemplate to use for rendering the body
- DynamicContextKey - An arbitrary string value to be passed to the dynamically populated Web method
- DynamicServiceMethod - The name of a method to call on the page or web service
- DynamicServicePath - The URL of the web service to call
- Enabled - Determines whether or not to display a tab for the TabPanel by default
- HeaderTemplate - TemplateInstance.Single ITemplate to use to render the header
- HeaderText - Text to display in the tab
- OnClientClick - The name of a JavaScript function to attach to the tab's client-side Click event
- OnClientPopulated - A handler to attach to the client-side populated event
- OnClientPopulating - A handler to attach to the client-side populating event
- OnDemandMode - Determines whether or not to load a tab (Always, Once, None) when the container's onDemand property is true
- ScrollBars - Detemines whether or not to display scrollbars (None, Horizontal, Vertical, Both, Auto) in the body of the TabPanel
- UpdatePanelID - Introduces UpdatePanelID to the client side by prototyping it
- WasLoadedOnce - Determines the loading status of the tab in Once demand mode