Click or drag to resize

TreeViewLabelEdit Property

Gets or sets a value indicating whether users can edit the labels of items

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool LabelEdit { get; set; }

Property Value

Type: Boolean
true to allow label editing; otherwise, false.
See Also