ClassGanttTask
Class that represents the RadGantt task object.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class GanttTask : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivGanttTask
Inherited Members
Constructors
GanttTask()
Initializes a new instance of the GanttTask class.
Declaration
public GanttTask()
GanttTask(Element)
Initializes a new instance of the GanttTask class.
Properties
ClientSideLocator
Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
End
Get the end date of the task.
IsSummary
Check whether the task is 'summary'.
LocatorExpression
Get the FindParam that defines the pattern for task.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
PercentComplete
Get the percent complete property of the task.
RowIndex
Get the index of the task inside the Tasks table.
Start
Get the start date of the task.
Methods
AssignElement(Element)
This method executes when traverse trough page elements.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides