TreeView for ASP.NET WebForms
DataBindStartLevel Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1TreeView Namespace > C1TreeView Class : DataBindStartLevel Property
Gets or sets the value that indicates DataBind start level. If value is 0, only root nodes will be bounded on start. For the value equals to 1, root nodes and first level nodes will be bounded. Default value -1 indicates that property will be ignored.
Syntax
'Declaration
 
Public Property DataBindStartLevel As System.Integer
public System.int DataBindStartLevel {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members