[]
        
(Showing Draft Content)

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

SelectedValuePath Method

SelectedValuePath(string)

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

Declaration
public virtual TBuilder SelectedValuePath(string value)
Public Overridable Function SelectedValuePath(value As String) As TBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.