ClassRadOrgChart
Represents the RadOrgChart class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadOrgChart : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadOrgChart
Inherited Members
Constructors
RadOrgChart()
Initializes a new instance of the RadOrgChart class.
Declaration
public RadOrgChart()
RadOrgChart(Element)
Initializes a new instance of the RadOrgChart class.
Properties
ClientSideLocator
Get the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
DrillDownActive
Get whether the drill down toolbar is active.
DrillDownToolBar
Get the drill down toolbar div.
Declaration
public RadOrgChartToolBar DrillDownToolBar { get; }
Property Value
Items
Get the list of items.
Declaration
public IList<RadOrgChartGroupItem> Items { get; }
Property Value
LocatorExpression
Get the FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Nodes
Get the list of items.
Declaration
public IList<RadOrgChartNode> Nodes { get; }
Property Value
Methods
AssignElement(Element)
Assign the DOM element to be the RadOrgChartItem control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
DrillDownOnNode(string)
Drill down to node.
Declaration
public void DrillDownOnNode(string hierarchicalIndex)
Parameters
hierarchicalIndex