ComponentOne ASP.NET MVC Controls
SelectedIndex Method (TabPanelBuilder)

C1.Web.Mvc.Fluent Namespace > TabPanelBuilder Class : SelectedIndex Method
The value.
Configurates C1.Web.Mvc.TabPanel.SelectedIndex. Sets the index of the currently selected (active) tab.
Syntax
'Declaration
 
Public Function SelectedIndex( _
   ByVal value As Integer _
) As TabPanelBuilder
public TabPanelBuilder SelectedIndex( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TabPanelBuilder Class
TabPanelBuilder Members