Blazor

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

    Show / Hide Table of Contents

    Class TimelineViewMode

    Defines the schedule header mode.

    Inheritance
    System.Object
    TimelineViewMode
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TimelineViewMode : Enum

    Fields

    Day

    Defines the day mode header.

    Declaration
    public const TimelineViewMode Day
    Field Value
    Type Description
    TimelineViewMode

    Hour

    Defines the hour mode header.

    Declaration
    public const TimelineViewMode Hour
    Field Value
    Type Description
    TimelineViewMode

    Minutes

    Defines the minutes mode header.

    Declaration
    public const TimelineViewMode Minutes
    Field Value
    Type Description
    TimelineViewMode

    Month

    Defines the month mode header.

    Declaration
    public const TimelineViewMode Month
    Field Value
    Type Description
    TimelineViewMode

    None

    Defines the default mode header.

    Declaration
    public const TimelineViewMode None
    Field Value
    Type Description
    TimelineViewMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Week

    Defines the week mode header.

    Declaration
    public const TimelineViewMode Week
    Field Value
    Type Description
    TimelineViewMode

    Year

    Defines the year mode header.

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