Class RadGantt
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 RadGantt : HtmlDivConstructors
RadGantt()
Declaration
public RadGantt()RadGantt(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
SelectedView
Declaration
public GanttViewNavigationType SelectedView { get; }Property Value
| GanttViewNavigationType 
 | 
ShowFullTime
Declaration
public bool ShowFullTime { get; }Property Value
| System.Boolean 
 | 
ShowFullWeek
Declaration
public bool ShowFullWeek { get; }Property Value
| System.Boolean 
 | 
Tasks
Declaration
public IList<GanttTask> Tasks { get; }Property Value
| System.Collections.Generic.IList<GanttTask> 
 |