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

In This Topic
    Editor Property (TreeNodeCellStyles)
    In This Topic
    Gets the editor styles.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeNodeCellStyles.Editor", "Gets the editor styles.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Editor As NodeCellStyle
    [C1Description("TreeNodeCellStyles.Editor", "Gets the editor styles.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NodeCellStyle Editor {get;}
    See Also