Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttIndicator - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttIndicator

    Class that defines indicator details.

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

    Constructors

    GanttIndicator()

    Declaration
    public GanttIndicator()

    Properties

    Date

    Defines the date of indicator.

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

    IconClass

    Defines the icon class of indicator.

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

    Name

    Defines the name of indicator.

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

    Tooltip

    Defines the tooltip of indicator.

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