menu

Blazor

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved