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.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute()]
public int DataBindStartLevel { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute()> _
Public Property DataBindStartLevel As Integer
	Get
	Set

See Also