ClassRadOrgChartToolBar
Class
Represents the RadOrgChartToolBar class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadOrgChartToolBar : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadOrgChartToolBar
Inherited Members
Constructors
RadOrgChartToolBar()
Initializes a new instance of the RadOrgChart class.
Declaration
cs-api-definition
public RadOrgChartToolBar()
RadOrgChartToolBar(Element)
Initializes a new instance of the RadOrgChart class.
Properties
DrillHere
Get the drill down button 'DrillHere'.
GoToParent
Get the drill down button 'GoToParent'.
GoToRoot
Get the drill down button 'GoToRoot'.
LocatorExpression
Get the FindExpression.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the DOM element to be the RadOrgChartItem control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
cs-api-definition
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.