[]
        
(Showing Draft Content)

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

SelectedValue Method

SelectedValue(object)

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

Declaration
public virtual TBuilder SelectedValue(object value)
Public Overridable Function SelectedValue(value As Object) As TBuilder
Parameters
Type Name Description
object value

The value.

Returns
Type Description
TBuilder

Current builder.