Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SidebarType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SidebarType

    Specifies the Sidebar types.

    Inheritance
    System.Object
    SidebarType
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SidebarType : Enum

    Fields

    Auto

    Sidebar with Over type in mobile resolution and Push type in other higher resolutions.

    Declaration
    public const SidebarType Auto
    Field Value
    Type Description
    SidebarType

    Over

    The sidebar floats over the main content area.

    Declaration
    public const SidebarType Over
    Field Value
    Type Description
    SidebarType

    Push

    The sidebar pushes the main content area to appear side-by-side, and shrinks the main content within the screen width.

    Declaration
    public const SidebarType Push
    Field Value
    Type Description
    SidebarType

    Slide

    The sidebar translates the x and y positions of the main content area based on the sidebar width.

    Declaration
    public const SidebarType Slide
    Field Value
    Type Description
    SidebarType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved