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;}
See Also