[]
        
(Showing Draft Content)

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

SelectedValuePath Method

SelectedValuePath(string)

Configurates SelectedValuePath. Sets the name of the property used to get the SelectedValue from the SelectedItem.

Declaration
public ListBoxBuilder<T> SelectedValuePath(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.