Class TelerikBlazorDrawer
Inheritance
System.Object
    
    
    
    
    TelerikBlazorDrawer
  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.TelerikUI.Blazor.Drawer
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorDrawer : TelerikBlazorContainerControlBaseConstructors
TelerikBlazorDrawer()
Declaration
public TelerikBlazorDrawer()TelerikBlazorDrawer(Element)
Properties
AllDrawerItems
Declaration
public IList<TelerikBlazorDrawerItem> AllDrawerItems { get; }Property Value
| System.Collections.Generic.IList<TelerikBlazorDrawerItem> 
 | 
DrawerItemsCount
Declaration
public int DrawerItemsCount { get; }Property Value
| System.Int32 
 | 
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
SelectByIndex(Int32)
Declaration
public void SelectByIndex(int index)Parameters
| System.Int32
        index 
 | 
SelectByText(String)
Declaration
public void SelectByText(string title)Parameters
| System.String
        title 
 |