menu

Blazor

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

    Show / Hide Table of Contents

    Class GanttTimelineFormatter

    Defines timeline format details.

    Inheritance
    System.Object
    GanttTimelineFormatter
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttTimelineFormatter : Object

    Constructors

    GanttTimelineFormatter()

    Declaration
    public GanttTimelineFormatter()

    Properties

    Date

    Defines date to be format.

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type
    System.DateTime

    Format

    Defines the format of the date.

    Declaration
    public string Format { get; set; }
    Property Value
    Type
    System.String

    Mode

    Defines the timeline mode.

    Declaration
    public string Mode { get; set; }
    Property Value
    Type
    System.String

    Tier

    Defines the tier to be format.

    Declaration
    public string Tier { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved