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

In This Topic
    CheckedMemberPath Property (TreeView)
    In This Topic
    Gets or sets the name of the property (or properties) to bind to the node's checked state.
    Syntax
    'Declaration
     
    Public Property CheckedMemberPath As String()
    public string[] CheckedMemberPath {get; set;}
    Remarks
    Path should be a string or an array of strings.
    See Also