Properties
- ActiveTab - The current active tab
- ActiveTabIndex - The first tab to show
- ActiveTabIndexForClient - The first tab to show
- AutoPostBack - Make an auto postback from JavaScript when a tab index changes
- CssTheme - Gets or sets a CSS theme predefined in a CSS file
- Height - Height of a tab body (does not include TabPanel headers)
- OnClientActiveTabChanged - Fires on the client side when a tab is changed
- OnDemand - Determines whether or not to render/load precise tabs on demand or all tabs on page load
- ScrollBars - Determines whether or not to display scrollbars (None, Horizontal, Vertical, Both, Auto) in the TabContainer body
- Tabs - A collection of tabs
- TabStripPlacement - Determines whether or not to render tabs on top of the container or below (Top, Bottom)
- UniqueID - AutoPostback ID
- UseVerticalStripPlacement - Determines whether or not to render tabs on the left or right side of the container
- VerticalStripWidth - Width of tab panels when tabs are displayed vertically
- Width - Width of the tab body
Events
- ActiveTabChanged - Fires on the server side when a tab is changed after a postback