C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / DataBindStartLevel Property

In This Topic
DataBindStartLevel Property
In This Topic
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
 
See Also