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

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