TreeViewItemEditEventArgsLabel Property |
Gets or sets the label of the item
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string Label { get; set; }
Public Property Label As String
Get
Set
member Label : string with get, set
Property Value
Type:
StringThe label.
See Also