Name | Description | |
---|---|---|
TabPanelBuilder Constructor | Creates one TabPanelBuilder instance to configurate component. |
The following tables list the members exposed by TabPanelBuilder.
Name | Description | |
---|---|---|
TabPanelBuilder Constructor | Creates one TabPanelBuilder instance to configurate component. |
Name | Description | |
---|---|---|
AutoSwitch | Configurates C1.Web.Mvc.TabPanel.AutoSwitch. Sets a value that determines whether the control should switch tabs automatically when the user selects a tab using the arrow keys. | |
IsAnimated | Configurates C1.Web.Mvc.TabPanel.IsAnimated. Sets a value that determines whether tab changes should be animated with a fade-in effect. | |
OnClientSelectedIndexChanged | Configurates the C1.Web.Mvc.TabPanel.OnClientSelectedIndexChanged client event. Occurs when the value of the selectedIndex property changes. | |
SelectedIndex | Configurates C1.Web.Mvc.TabPanel.SelectedIndex. Sets the index of the currently selected (active) tab. | |
Tabs | Sets the Tabs property. |
Name | Description | |
---|---|---|
ToTemplate | Render the html string in template mode. |