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

In This Topic
    SelectedMemberPath Property (MultiAutoCompleteTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiAutoComplete<T>.SelectedMemberPath. Sets the name of the property used to control which item will be selected.
    Syntax
    'Declaration
     
    Public Property SelectedMemberPath As String
    public string SelectedMemberPath {get; set;}
    See Also