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 As String _
) As DataMapBuilder
public DataMapBuilder DisplayMemberPath(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also