Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / MenuItemView Class / ChildContent Property

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