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

In This Topic
    Styles Property (C1TreeColumn)
    In This Topic
    Gets or sets the styles of the TreeColumn.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("C1TreeColumn.Styles", "Gets or sets the styles of the TreeColumn.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Styles As TreeColumnStyles
    [C1Category("Appearance")]
    [C1Description("C1TreeColumn.Styles", "Gets or sets the styles of the TreeColumn.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public TreeColumnStyles Styles {get;}
    See Also