Configurates
C1.Web.Mvc.ComboBoxBase<T>.SelectedValuePath. Sets the name of the property used to get the SelectedValue from the SelectedItem.
Syntax
'Declaration
Public Overridable Function SelectedValuePath( _
ByVal As String _
) As
public virtual SelectedValuePath(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also