ComponentOne ASP.NET MVC Controls
DisplayMemberPath Method (DataMapBuilder)

C1.Web.Mvc.Fluent Namespace > DataMapBuilder Class : DisplayMemberPath Method
The value.
Configurates C1.Web.Mvc.DataMap.DisplayMemberPath. Sets the name of the property to use as the visual representation of the item.
Syntax
'Declaration
 
Public Function DisplayMemberPath( _
   ByVal value As String _
) As DataMapBuilder
public DataMapBuilder DisplayMemberPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DataMapBuilder Class
DataMapBuilder Members