Class KendoAngularPanelBarItem
Inheritance
System.Object
    
    
    
    
    KendoAngularPanelBarItem
  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 KendoAngularPanelBarItem : KendoAngularContainerControlBaseConstructors
KendoAngularPanelBarItem()
Declaration
public KendoAngularPanelBarItem()KendoAngularPanelBarItem(Element)
Properties
IsDisabled
Declaration
public bool IsDisabled { get; }Property Value
| System.Boolean 
 | 
IsExpanded
Declaration
public bool IsExpanded { get; }Property Value
| System.Boolean 
 | 
IsSelected
Declaration
public bool IsSelected { get; }Property Value
| System.Boolean 
 | 
PanelBarItemTitle
Declaration
public string PanelBarItemTitle { get; }Property Value
| System.String 
 | 
PanelSiblingIndex
Declaration
public int PanelSiblingIndex { get; }Property Value
| System.Int32 
 | 
SiblingsCount
Declaration
public int SiblingsCount { get; }Property Value
| System.Int32 
 | 
Methods
AssignElement(Element)
Collapse(Boolean)
Declaration
public void Collapse(bool simulateRealClick = false)Parameters
| System.Boolean
        simulateRealClick 
 | 
Expand(Boolean)
Declaration
public void Expand(bool simulateRealClick = false)Parameters
| System.Boolean
        simulateRealClick 
 | 
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
Select()
Declaration
public void Select()Toggle(Boolean)
Declaration
public void Toggle(bool simulateRealClick = false)Parameters
| System.Boolean
        simulateRealClick 
 |