[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.SelectedIndex

SelectedIndex Method

SelectedIndex(int)

Configurates SelectedIndex. Sets the index of the currently selected item in the drop-down list.

Declaration
public virtual TBuilder SelectedIndex(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
TBuilder

Current builder.