TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumn Class / EditorType Property

In This Topic
    EditorType Property (C1TreeColumn)
    In This Topic
    Gets or sets the type of node editor.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("C1TreeColumn.EditorType", "Gets or sets the type of node editor.")>
    <C1CategoryAttribute("Data")>
    Public Property EditorType As C1TreeViewEditorType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("C1TreeColumn.EditorType", "Gets or sets the type of node editor.")]
    [C1Category("Data")]
    public C1TreeViewEditorType EditorType {get; set;}
    See Also