Table of Contents

Property AllowLabelEdit

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AllowLabelEdit

Gets a value indicating whether the label text of the tree items can be edited. Default is false. Currently, setter of this property does nothing.

[Browsable(false)]
public virtual bool AllowLabelEdit { get; }

Property Value

bool

true if the label text of the tree items can be edited; otherwise, false. The default is false.