Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / AccordionItem Class / ItemHeaderStyle Property

In This Topic
    ItemHeaderStyle Property
    In This Topic
    Gets or sets the style of the header of item.
    Syntax
    'Declaration
     
    
    Public Property ItemHeaderStyle As C1Style
    public C1Style ItemHeaderStyle {get; set;}
    See Also