Class AppBarSeparator
Represents a component which displays a line to visually group or separate the AppBar contents.
Inheritance
System.Object
AppBarSeparator
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class AppBarSeparator : OwningComponentBase
Remarks
AppBarSeparator
shows a vertical line which used to group AppBar contents
by separating single or group of AppBar contents.
Examples
<SfAppBar>
<SfButton CssClass="e-inherit" IconCss="e-icons e-home"></SfButton>
<AppBarSeparator />
<SfButton CssClass="e-inherit" IconCss="e-icons e-pan"></SfButton>
</SfAppBar>
Constructors
AppBarSeparator()
Declaration
public AppBarSeparator()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |