ExpandOnLoad Property (TreeView)
In This Topic
Gets or sets a value that determines whether to toggle checkboxes when the user clicks the node header.
Syntax
'Declaration
Public Property ExpandOnLoad As Boolean
public bool ExpandOnLoad {get; set;}
See Also