Configurates
C1.Web.Mvc.DataMap.SelectedValuePath. Sets the name of the property to use as a key for the item (data value).
Syntax
'Declaration
Public Function SelectedValuePath( _
ByVal As String _
) As DataMapBuilder
public DataMapBuilder SelectedValuePath(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also