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

In This Topic
    CheckedMemberPath Property (MultiSelectTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiSelect<T>.CheckedMemberPath. Sets the name of the property used to control the checkboxes placed next to each item.
    Syntax
    'Declaration
     
    Public Property CheckedMemberPath As String
    public string CheckedMemberPath {get; set;}
    See Also