Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / C1Expander Class
Members

In This Topic
    C1Expander Class
    In This Topic
    C1Expander is a C1.Blazor.Core.C1HeaderedContentControl with a collapsible/expandable panel. The content is visible by clicking on the header.
    Syntax
    'Declaration
     
    
    Public Class C1Expander 
       Inherits C1.Blazor.Core.C1View
       Implements C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Components.ComponentBase
          C1.Blazor.Core.C1View
             C1.Blazor.Accordion.C1Expander

    See Also