alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GanttTimelineFormatter

    Defines timeline format details.

    Inheritance
    object
    GanttTimelineFormatter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttTimelineFormatter

    Constructors

    GanttTimelineFormatter()

    Declaration
    public GanttTimelineFormatter()

    Properties

    Date

    Defines date to be format.

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

    Format

    Defines the format of the date.

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

    Mode

    Defines the timeline mode.

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

    Tier

    Defines the tier to be format.

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