ClassRadOrgChartNode
Represents the RadOrgChartItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadOrgChartNode : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadOrgChartNode
Inherited Members
Constructors
RadOrgChartNode()
Initializes a new instance of the RadOrgChartItem class.
Declaration
public RadOrgChartNode()
RadOrgChartNode(Element)
Initializes a new instance of the RadOrgChartItem class.
Properties
ClientSideLocator
Get the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Collapsed
Get whether the node is collapsed.
Expanded
Get whether the node is expanded.
GroupCollapsed
Get whether the node group is collapsed.
GroupExpanded
Get whether the node group is expanded.
HierarchicalIndex
Get the HierarchicalIndex for this item.
LocatorExpression
Get the FindExpression that defines the pattern for a OrgChart item.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the DOM element to be the RadOrgChartItem control.
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.