EditMode Property (C1TreeView)
In This Topic
Gets or sets a value specifying how a user starts cell editing in the
C1TreeView control.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeView.EditMode", "Gets or sets a value specifying how a user starts cell editing in the C1TreeView control.")>
Public Property EditMode As C1TreeViewEditMode
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Category("Behavior")]
[C1Description("C1TreeView.EditMode", "Gets or sets a value specifying how a user starts cell editing in the C1TreeView control.")]
public C1TreeViewEditMode EditMode {get; set;}
See Also