ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataMap Class / DisplayMemberPath Property

In This Topic
    DisplayMemberPath Property (DataMap)
    In This Topic
    Gets or sets the name of the property to use as the visual representation of the item.
    Syntax
    'Declaration
     
    
    Public Property DisplayMemberPath As String
    public string DisplayMemberPath {get; set;}
    See Also