menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfSidebarContainer - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfSidebarContainer

    Inheritance
    System.Object
    SfSidebarContainer
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SfSidebarContainer : ComponentBase

    Constructors

    SfSidebarContainer()

    Declaration
    public SfSidebarContainer()

    Properties

    ChildContent

    Specifies the child content.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Accepts a RenderFragment that defines the child elements of the SfSidebarContainer. This is typically used to include the SfSidebar component within the SfSidebarContainer component.

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved