menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TaskToolTipInfo - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TaskToolTipInfo

    Represents the class for TaskToolTipInfo.

    Inheritance
    System.Object
    TaskToolTipInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class TaskToolTipInfo : Object, INotifyPropertyChanged

    Constructors

    TaskToolTipInfo()

    Declaration
    public TaskToolTipInfo()

    Properties

    FinishDate

    Gets the task's finish date.

    Declaration
    public DateTime FinishDate { get; }
    Property Value
    Type
    System.DateTime

    Item[String]

    Gets the localized string.

    Declaration
    public object this[string key] { get; }
    Parameters
    Type Name Description
    System.String key

    String to be localized

    Property Value
    Type Description
    System.Object

    Returns the localized string

    Progress

    Gets the task's progress.

    Declaration
    public double Progress { get; }
    Property Value
    Type
    System.Double

    StartDate

    Gets the task's start date.

    Declaration
    public DateTime StartDate { get; }
    Property Value
    Type
    System.DateTime

    TaskName

    Gets the task's name.

    Declaration
    public string TaskName { get; }
    Property Value
    Type
    System.String

    Events

    PropertyChanged

    Occurs when property's value gets changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved