Class KendoPanelBar
Inheritance
System.Object
KendoPanelBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.TestingFramework.Controls.KendoUI
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public class KendoPanelBar : KendoUIContainerControlBase
Constructors
KendoPanelBar()
Declaration
public KendoPanelBar()
KendoPanelBar(Element)
Properties
AllPanels
Declaration
public IList<KendoPanel> AllPanels { get; }
Property Value
System.Collections.Generic.IList<KendoPanel>
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
ExpandMode
Declaration
public string ExpandMode { get; }
Property Value
System.String
|
PanelBarId
Declaration
public string PanelBarId { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
CollapsePanelByIndex(Int32)
Declaration
public void CollapsePanelByIndex(int index)
Parameters
System.Int32
index
|
ExpandPanelByIndex(Int32)
Declaration
public void ExpandPanelByIndex(int index)
Parameters
System.Int32
index
|
FindItems(Predicate<KendoPanel>)
Declaration
public IList<KendoPanel> FindItems(Predicate<KendoPanel> predicate)
Parameters
System.Predicate<KendoPanel>
predicate
|
Returns
System.Collections.Generic.IList<KendoPanel>
|
FindTab(Predicate<KendoPanel>)
Declaration
public KendoPanel FindTab(Predicate<KendoPanel> predicate)
Parameters
System.Predicate<KendoPanel>
predicate
|
Returns
KendoPanel
|
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectByIndex(Int32)
Declaration
public void SelectByIndex(int index)
Parameters
System.Int32
index
|