[]
        
(Showing Draft Content)

C1.Web.Mvc.TabPanel

TabPanel Class

Defines a control which enables content organization at a high level, such as switching between views, data sets, or functional aspects of an application.

Inheritance
TabPanel
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class TabPanel : Control, IHtmlString, ITemplate
Remarks

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.

Constructors

Name Description
TabPanel(HtmlHelper, string)

Creates one TabPanel instance.

Properties

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.

Extension Methods