Class TelerikBlazorMultiSelect
Inheritance
System.Object
TelerikBlazorMultiSelect
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.MultiSelect
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorMultiSelect : TelerikBlazorContainerControlBase
Constructors
TelerikBlazorMultiSelect()
Declaration
public TelerikBlazorMultiSelect()
TelerikBlazorMultiSelect(Element)
Properties
DisplayText
Declaration
public string DisplayText { get; }
Property Value
System.String
|
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|
SelectedItemsCount
Declaration
public int SelectedItemsCount { get; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
ClearAll(Boolean, Int32)
Declaration
public void ClearAll(bool simulateRealClick = false, int delay = 1500)
Parameters
System.Boolean
simulateRealClick
|
System.Int32
delay
|
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
|
WriteValue(String, Int32, Int32)
Declaration
public void WriteValue(string value, int writeDelay = 500, int keyPressDelay = 50)
Parameters
System.String
value
|
System.Int32
writeDelay
|
System.Int32
keyPressDelay
|