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 |