Class KendoAngularPanelBar
Inheritance
System.Object
KendoAngularPanelBar
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.Angular.PanelBar
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public class KendoAngularPanelBar : KendoAngularContainerControlBase
Constructors
KendoAngularPanelBar()
Declaration
public KendoAngularPanelBar()
KendoAngularPanelBar(Element)
Properties
AllVisiblePanels
Declaration
public IList<KendoAngularPanelBarItem> AllVisiblePanels { get; }
Property Value
System.Collections.Generic.IList<KendoAngularPanelBarItem>
|
AllVisiblePanelsCount
Declaration
public int AllVisiblePanelsCount { get; }
Property Value
System.Int32
|
DisabledVisiblePanelsCount
Declaration
public int DisabledVisiblePanelsCount { get; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
FindItem(Predicate<KendoAngularPanelBarItem>)
Declaration
public KendoAngularPanelBarItem FindItem(Predicate<KendoAngularPanelBarItem> predicate)
Parameters
System.Predicate<KendoAngularPanelBarItem>
predicate
|
Returns
KendoAngularPanelBarItem
|
FindItems(Predicate<KendoAngularPanelBarItem>)
Declaration
public IList<KendoAngularPanelBarItem> FindItems(Predicate<KendoAngularPanelBarItem> predicate)
Parameters
System.Predicate<KendoAngularPanelBarItem>
predicate
|
Returns
System.Collections.Generic.IList<KendoAngularPanelBarItem>
|
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()