Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1HeaderedItemsControl Class / ChildContent Property

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