ClassRadGantt
A simple control wrapper for the Gantt Control.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadGantt : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivRadGantt
Inherited Members
Constructors
RadGantt()
Initializes a new instance of the RadGantt class.
Declaration
public RadGantt()
RadGantt(Element)
Initializes a new instance of the RadGantt class.
Properties
ClientSideLocator
Get the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Get the FindParam that defines the pattern for searching the Gantt control.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
SelectedView
Selected view of the Gantt control.
Declaration
public GanttViewNavigationType SelectedView { get; }
Property Value
ShowFullTime
Check whether the ShowFullTime property is true.
ShowFullWeek
Check whether the ShowFullWeek property is true.
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
ControlAssert()
Get RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
NavigateMonthView()
Navigate to month view.
Declaration
public void NavigateMonthView()
NavigateWeekView()
Navigate to week view.
Declaration
public void NavigateWeekView()