ClassRadOrgChartGroupItem
Represents the RadOrgChartItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadOrgChartGroupItem : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadOrgChartGroupItem
Inherited Members
Constructors
RadOrgChartGroupItem()
Initializes a new instance of the RadOrgChartItem class.
Declaration
public RadOrgChartGroupItem()
RadOrgChartGroupItem(Element)
Initializes a new instance of the RadOrgChartItem class.
Declaration
public RadOrgChartGroupItem(Element element)
Parameters
element
Properties
ClientSideLocator
Get the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Index
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.
MouseOverGroupItem()
MouseOver the group item.
Declaration
public void MouseOverGroupItem()