Class RadOrgChart
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 RadOrgChart : HtmlContainerControl
Constructors
RadOrgChart()
Declaration
public RadOrgChart()
RadOrgChart(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
DrillDownActive
Declaration
public bool DrillDownActive { get; }
Property Value
System.Boolean
|
DrillDownToolBar
Items
Declaration
public IList<RadOrgChartGroupItem> Items { get; }
Property Value
System.Collections.Generic.IList<RadOrgChartGroupItem>
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
Nodes
Declaration
public IList<RadOrgChartNode> Nodes { get; }
Property Value
System.Collections.Generic.IList<RadOrgChartNode>
|
Methods
AssignElement(Element)
ControlAssert()
DrillDownOnNode(String)
Declaration
public void DrillDownOnNode(string hierarchicalIndex)
Parameters
System.String
hierarchicalIndex
|