TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / TreeColumnStyles Class / ColumnHeader Property

In This Topic
    ColumnHeader Property (TreeColumnStyles)
    In This Topic
    Gets the styles of column header.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1DescriptionAttribute("TreeColumnStyles.ColumnHeader", "Gets the styles of column header.")>
    Public ReadOnly Property ColumnHeader As HeaderStyle
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Description("TreeColumnStyles.ColumnHeader", "Gets the styles of column header.")]
    public HeaderStyle ColumnHeader {get;}
    See Also