Gets value that indicates if C1TreeViewNode node will be initialized as an template.
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)] [DefaultValueAttribute(false)] public bool Templated { get; internal set; } |
Visual Basic |
---|
<JsonAttribute(True, True, False)> _ <BrowsableAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <DefaultValueAttribute(False)> _ Public Property Templated As Boolean Get Friend Set |