ComponentOne ASP.NET MVC Controls
SelectedValuePath Method (DataMapBuilder)

C1.Web.Mvc.Fluent Namespace > DataMapBuilder Class : SelectedValuePath Method
The value.
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 value As String _
) As DataMapBuilder
public DataMapBuilder SelectedValuePath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DataMapBuilder Class
DataMapBuilder Members