menu

Blazor

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

    Show / Hide Table of Contents

    Class HeaderRowType

    An enum that holds the types of header rows in the timeline view of the scheduler.

    Inheritance
    System.Object
    HeaderRowType
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class HeaderRowType : Enum

    Fields

    Date

    The date row in the header bar.

    Declaration
    public const HeaderRowType Date
    Field Value
    Type
    HeaderRowType

    Hour

    The hour row in the header bar.

    Declaration
    public const HeaderRowType Hour
    Field Value
    Type
    HeaderRowType

    Month

    The month row in the header bar.

    Declaration
    public const HeaderRowType Month
    Field Value
    Type
    HeaderRowType

    Week

    The week row in the header bar.

    Declaration
    public const HeaderRowType Week
    Field Value
    Type
    HeaderRowType

    Year

    The year row in the header bar.

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