Gets value that indicates if this C1TreeViewNode node has child nodes which can be initialized later.
This property only used if C1TreeView treeview is bounded to data source and callbacks are enabled.
Namespace:
C1.Web.UI.Controls.C1TreeViewAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[JsonAttribute(true, true, false)] [BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public bool HasPotentialChildren { get; internal set; } |
Visual Basic |
---|
<JsonAttribute(True, True, False)> _ <BrowsableAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Property HasPotentialChildren As Boolean Get Friend Set |