Class GanttTask
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class GanttTask : HtmlDivConstructors
GanttTask()
Declaration
public GanttTask()GanttTask(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
End
Declaration
public DateTime End { get; }Property Value
| System.DateTime 
 | 
IsSummary
Declaration
public bool IsSummary { get; }Property Value
| System.Boolean 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
PercentComplete
Declaration
public int PercentComplete { get; }Property Value
| System.Int32 
 | 
RowIndex
Declaration
public int RowIndex { get; }Property Value
| System.Int32 
 | 
Start
Declaration
public DateTime Start { get; }Property Value
| System.DateTime 
 | 
Title
Declaration
public string Title { get; }Property Value
| System.String 
 |