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

In This Topic
    ChildContent Property (C1Expander)
    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