TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / EditMode Property

In This Topic
    EditMode Property (C1TreeView)
    In This Topic
    Gets or sets a value specifying how a user starts cell editing in the C1TreeView control.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("C1TreeView.EditMode", "Gets or sets a value specifying how a user starts cell editing in the C1TreeView control.")>
    Public Property EditMode As C1TreeViewEditMode
    [C1Category("Behavior")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [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