[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ListBoxBuilder-1.SelectedIndex

SelectedIndex Method

SelectedIndex(int)

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

Declaration
public ListBoxBuilder<T> SelectedIndex(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.