APNSoft Controls [4.5.2.20] - API Reference
APNSoftTreeView.ShowStartingNode Property

Gets or sets a value indicating whether the TreeView renders the starting node. Default value is true.

[Visual Basic]
Public Property ShowStartingNode As Boolean
[C#]
public bool ShowStartingNode {get; set;}

Remarks

You can set this property to determine whether the TreeView exposes the starting node as the root of the structure, or whether it starts from the child nodes of the root node instead.

See Also

APNSoftTreeView Class | APNSoft.WebControls Namespace