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

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