menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class GanttLabelSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    GanttLabelSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttLabelSettingsBuilder : ControlBuilder

    Constructors

    GanttLabelSettingsBuilder()

    Declaration
    public GanttLabelSettingsBuilder()

    GanttLabelSettingsBuilder(GanttLabelSettings)

    Declaration
    public GanttLabelSettingsBuilder(GanttLabelSettings model)
    Parameters
    Type Name Description
    GanttLabelSettings model

    Methods

    LeftLabel(String)

    Defines left side label of task.

    Declaration
    public GanttLabelSettingsBuilder LeftLabel(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    GanttLabelSettingsBuilder

    RightLabel(String)

    Defines right side label of task.

    Declaration
    public GanttLabelSettingsBuilder RightLabel(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    GanttLabelSettingsBuilder

    TaskLabel(String)

    Defines label which is placed inside the taskbar.

    Declaration
    public GanttLabelSettingsBuilder TaskLabel(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    GanttLabelSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved