Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / C1DataFilter Class / ChildContent Property

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