ComponentOne ASP.NET MVC Controls
CheckedMemberPath Property (TreeView)

C1.Web.Mvc Namespace > TreeView Class : CheckedMemberPath Property
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

Reference

TreeView Class
TreeView Members