ClassKendoAngularPanelBar
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.PanelBar
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularPanelBar : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularPanelBar
Inherited Members
Constructors
KendoAngularPanelBar()
Initializes a new instance of the KendoAngularPanelBar class.
Declaration
public KendoAngularPanelBar()
KendoAngularPanelBar(Element)
Initializes a new instance of the KendoAngularPanelBar class.
Declaration
public KendoAngularPanelBar(Element element)
Parameters
element
Properties
AllVisiblePanels
Gets a collection containing all visible sub tab items of the KendoAngularPanelBar.
Declaration
public IList<KendoAngularPanelBarItem> AllVisiblePanels { get; }
Property Value
AllVisiblePanelsCount
Gets the number of all PanelBar Items.
DisabledVisiblePanelsCount
Gets the number of all disabled visible PanelBarItems.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
FindItem(Predicate<KendoAngularPanelBarItem>)
Gets the first tab that matches given predicate.
Declaration
public KendoAngularPanelBarItem FindItem(Predicate<KendoAngularPanelBarItem> predicate)
Parameters
predicate
Predicate<KendoAngularPanelBarItem>
The predicate used as a search criteria.
Returns
The tab found or 'null' if no tab matches the given search criteria.
FindItems(Predicate<KendoAngularPanelBarItem>)
Gets a list of all tabs that matches given predicate.
Declaration
public IList<KendoAngularPanelBarItem> FindItems(Predicate<KendoAngularPanelBarItem> predicate)
Parameters
predicate
Predicate<KendoAngularPanelBarItem>
The predicate used as a search criteria.
Returns
IList<KendoAngularPanelBarItem>
The tab found or 'null' if no tab matches the given search criteria.
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides