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

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