[]
        
(Showing Draft Content)

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

SelectedValue Method

SelectedValue(object)

Configurates SelectedValue. Sets the value of the SelectedItem, obtained using the SelectedValuePath.

Declaration
public ListBoxBuilder<T> SelectedValue(object value)
Parameters
Type Name Description
object value

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.