Accordion for WinForms | ComponentOne
C1.Win.Accordion.Styles Namespace / AccordionPageStyle Class / Header Property

In This Topic
    Header Property (AccordionPageStyle)
    In This Topic
    Gets AccordionPageHeaderStyle containing display attributes that determine the general appearance of the C1.Win.Accordion.C1AccordionPage header on the screen.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Header As AccordionPageHeaderStyle
    public AccordionPageHeaderStyle Header {get;}
    See Also