Gets the value that indicates if current C1TreeViewNode node has an image.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  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 HasImage { get; internal set; }
Visual Basic
<JsonAttribute(True, True, False)> _
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property HasImage As Boolean
	Get
	Friend Set

See Also