[]
Defines a control which enables content organization at a high level, such as switching between views, data sets, or functional aspects of an application.
public class TabPanel : Control, IHtmlString, ITemplate
Tabs are presented as a single row above their associated content. Tab headers succinctly describe the content within. Tabs can be selected with the mouse or keyboard, and automatically update the content to reflect the current selection.
Name | Description |
---|---|
TabPanel(HtmlHelper, string) | Creates one TabPanel instance. |
Name | Description |
---|---|
AutoSwitch | Gets or sets a value that determines whether the control should switch tabs automatically when the user selects a tab using the arrow keys. |
IsAnimated | Gets or sets a value that determines whether tab changes should be animated with a fade-in effect. |
OnClientSelectedIndexChanged | Occurs when the value of the selectedIndex property changes. |
SelectedIndex | Gets or sets the index of the currently selected (active) tab. |
Tabs | Gets the collection of Tab objects whose Tab.header and Tab.pane properties determine the content of the TabPanel control. |