menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTimelineTierSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttTimelineTierSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    GanttTimelineTierSettingsBuilder
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttTimelineTierSettingsBuilder : ControlBuilder

    Constructors

    GanttTimelineTierSettingsBuilder()

    Declaration
    public GanttTimelineTierSettingsBuilder()

    GanttTimelineTierSettingsBuilder(GanttTimelineTierSettings)

    Declaration
    public GanttTimelineTierSettingsBuilder(GanttTimelineTierSettings model)
    Parameters
    Type Name Description
    GanttTimelineTierSettings model

    Methods

    Count(Double)

    Defines number of timeline units combined for single cell.

    Declaration
    public GanttTimelineTierSettingsBuilder Count(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    GanttTimelineTierSettingsBuilder

    Format(String)

    Defines timeline cell format.

    Declaration
    public GanttTimelineTierSettingsBuilder Format(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    GanttTimelineTierSettingsBuilder

    Formatter(Object)

    Defines method to get custom formatted values of timeline cells.

    Declaration
    public GanttTimelineTierSettingsBuilder Formatter(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    GanttTimelineTierSettingsBuilder

    Formatter(String)

    Defines method to get custom formatted values of timeline cells.

    Declaration
    public GanttTimelineTierSettingsBuilder Formatter(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    GanttTimelineTierSettingsBuilder

    Unit(TimelineViewMode)

    Defines timeline mode of Gantt header. None - Default. Week - Define the week mode header. Day - Define the day mode header. Hour - Define the hour mode header. Month - Define the month mode header. Year - Define the year mode header. Minutes - Define the minutes mode header.

    Declaration
    public GanttTimelineTierSettingsBuilder Unit(TimelineViewMode value)
    Parameters
    Type Name Description
    TimelineViewMode value
    Returns
    Type
    GanttTimelineTierSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved