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

In This Topic
    ChildContent Property (AccordionItem)
    In This Topic
    Gets or sets the content of the control.
    Syntax
    'Declaration
     
    
    Public Property ChildContent As RenderFragment
    public RenderFragment ChildContent {get; set;}
    See Also