ClassKendoPanelBar
KendoPanelBar control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoPanelBar : KendoUIContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoUIContainerControlBaseKendoPanelBar
Inherited Members
Constructors
KendoPanelBar()
Initializes a new instance of the KendoPanelBar class.
Declaration
public KendoPanelBar()
KendoPanelBar(Element)
Initializes a new instance of the KendoPanelBar class.
Properties
AllPanels
Collection containing the sub tab items of the PanelBar.
Declaration
public IList<KendoPanel> AllPanels { get; }
Property Value
ClientSideLocator
Gets the client-side code that defines the KendoPanelBar.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
ExpandMode
Gets the expand mode of the PanelBar.
PanelBarId
The PanelBar's id.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
CollapsePanelByIndex(int)
Collapses the panel.
ExpandPanelByIndex(int)
Expands the panel.
FindItems(Predicate<KendoPanel>)
Find tab by given predicate.
Declaration
public IList<KendoPanel> FindItems(Predicate<KendoPanel> predicate)
Parameters
predicate
The predicate used as a search criteria.
Returns
The tab found or 'null' if no tab matches the given search criteria.
FindTab(Predicate<KendoPanel>)
Declaration
public KendoPanel FindTab(Predicate<KendoPanel> predicate)
Parameters
predicate
Returns
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectByIndex(int)
Selects Tab by index, zero based.