menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTimelineTierSettings - API Reference

    Show / Hide Table of Contents

    Class GanttTimelineTierSettings

    Inheritance
    System.Object
    EJTagHelper
    GanttTimelineTierSettings
    TimelineSettingsBottomTierTimelineSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttTimelineTierSettings : EJTagHelper

    Constructors

    GanttTimelineTierSettings()

    Declaration
    public GanttTimelineTierSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Count

    Defines number of timeline units combined for single cell.

    Declaration
    public double Count { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    Format

    Defines timeline cell format.

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

    The default value is ""

    Formatter

    Defines method to get custom formatted values of timeline cells.

    Declaration
    public object Formatter { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Unit

    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 TimelineViewMode Unit { get; set; }
    Property Value
    Type Description
    TimelineViewMode

    The default value is TimelineViewMode.None

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved