ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputTimeTagHelper Class / DisplayMemberPath Property

In This Topic
    DisplayMemberPath Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ComboBoxBase<T>.DisplayMemberPath. Sets the name of the property to use as the visual representation of the items.
    Syntax
    'Declaration
     
    Public Property DisplayMemberPath As String
    public string DisplayMemberPath {get; set;}
    See Also