KendoPanelBar
Class
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
C#
public class KendoPanelBar : KendoUIContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoUIContainerControlBaseKendoPanelBar...
Inherited Members
Constructors
C#
public KendoPanelBar()
Properties
C#
public IList<KendoPanel> AllPanels { get; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public string ExpandMode { get; }
C#
public string PanelBarId { get; }
Methods
C#
public IList<KendoPanel> FindItems(Predicate<KendoPanel> predicate)
C#
public KendoPanel FindTab(Predicate<KendoPanel> predicate)
C#
protected override void InitializeMatchExpression()
Overrides: