menu

Blazor

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

    Show / Hide Table of Contents

    Class HeaderPosition

    Enum for the different positions where a tab header can be placed.

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

    Fields

    Bottom

    Places the tab header at the bottom.

    Declaration
    public const HeaderPosition Bottom
    Field Value
    Type
    HeaderPosition

    Left

    Places the tab header on the left.

    Declaration
    public const HeaderPosition Left
    Field Value
    Type
    HeaderPosition

    Right

    Places the tab header on the right.

    Declaration
    public const HeaderPosition Right
    Field Value
    Type
    HeaderPosition

    Top

    Places the tab header at the top.

    Declaration
    public const HeaderPosition Top
    Field Value
    Type
    HeaderPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved