TreeViewIHandlerLabelEdit 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 bool LabelEdit { get; set; }
Property LabelEdit As Boolean
Get
Set
abstract LabelEdit : bool with get, set
Property Value
Type:
Booleantrue to allow label editing; otherwise,
false.
See Also