ClassTelerikBlazorComboBox
TelerikBlazorComboBox control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.ComboBox
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorComboBox : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorComboBox
Inherited Members
Constructors
TelerikBlazorComboBox()
Initializes a new instance of the TelerikBlazorComboBox class.
Declaration
public TelerikBlazorComboBox()
TelerikBlazorComboBox(Element)
Initializes a new instance of the TelerikBlazorComboBox class.
Declaration
public TelerikBlazorComboBox(Element element)
Parameters
element
Properties
DisplayText
Gets display value.
IsExpanded
Returns 'true' if the TelerikBlazorComboBox is expanded. Otherwise 'false'.
Declaration
public bool IsExpanded { get; }
Property Value
Whether the TelerikBlazorComboBox is expanded.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
ToggleList(bool, int)
Toggles the list with options.
WriteValue(string, int, int)
Puts element on focus and inputs specific number.