Configurates
C1.Web.Mvc.ComboBoxBase<T>.SelectedIndex. Sets the index of the currently selected item in the drop-down list.
Syntax
'Declaration
Public Overridable Function SelectedIndex( _
ByVal As Integer _
) As
public virtual SelectedIndex(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also