Search
TreeViewItem.Label Property
See Also
 





Gets or sets the label of this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Label { get; set; }

Visual Basic  Copy Code

Public Property Label As String

 Property Value

A string specifying the item's label.

 See Also