Click or drag to resize

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; }

Property Value

Type: String
The label.
See Also