Class TelerikBlazorDropdownList
Inheritance
System.Object
    
    
    
    
    TelerikBlazorDropdownList
  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.DropdownList
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorDropdownList : TelerikBlazorContainerControlBaseConstructors
TelerikBlazorDropdownList()
Declaration
public TelerikBlazorDropdownList()TelerikBlazorDropdownList(Element)
Properties
IsExpanded
Declaration
public bool IsExpanded { get; }Property Value
| System.Boolean 
 | 
IsFocused
Declaration
public bool IsFocused { get; }Property Value
| System.Boolean 
 | 
IsValid
Declaration
public bool IsValid { get; }Property Value
| System.Boolean 
 | 
SelectedItemText
Declaration
public string SelectedItemText { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
ToggleList(Boolean, Int32)
Declaration
public void ToggleList(bool simulateRealClick = false, int delay = 1500)Parameters
| System.Boolean
        simulateRealClick 
 | 
| System.Int32
        delay 
 |