ClassKendoAngularPanelBarItem
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.PanelBar
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularPanelBarItem : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularPanelBarItem
Inherited Members
Constructors
KendoAngularPanelBarItem()
Initializes a new instance of the KendoAngularPanelBarItem class.
Declaration
public KendoAngularPanelBarItem()
KendoAngularPanelBarItem(Element)
Initializes a new instance of the KendoAngularPanelBarItem class.
Declaration
public KendoAngularPanelBarItem(Element element)
Parameters
element
Properties
IsDisabled
Returns 'true' if the Panel is disabled. Otherwise 'false'.
Declaration
public bool IsDisabled { get; }
Property Value
Whether the Panel is disabled
IsExpanded
Returns 'true' if the Panel is expanded. Otherwise 'false'.
IsSelected
Returns 'true' if the Panel is selected. Otherwise 'false'.
Declaration
public bool IsSelected { get; }
Property Value
Whether the Panel is selected
PanelBarItemTitle
Gets current KendoAngularPanelBarItem title.
PanelSiblingIndex
Returns the index of the current panel among its siblings.
SiblingsCount
Returns the siblings count of current PanelBarItem.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
Collapse(bool)
Collapses the panel.
Declaration
public void Collapse(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click
Expand(bool)
Expands the panel.
Declaration
public void Expand(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
Toggle(bool)
Toggles the state of the panel.
Declaration
public void Toggle(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click