ClassTelerikBlazorDropdownList
TelerikBlazorDropdownList control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.DropdownList
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorDropdownList : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorDropdownList
Inherited Members
Constructors
TelerikBlazorDropdownList()
Initializes a new instance of the TelerikBlazorDropdownList class.
Declaration
public TelerikBlazorDropdownList()
TelerikBlazorDropdownList(Element)
Initializes a new instance of the TelerikBlazorDropdownList class.
Declaration
public TelerikBlazorDropdownList(Element element)
Parameters
element
Properties
IsExpanded
Returns 'true' if the TelerikBlazorDropdownList is expanded. Otherwise 'false'.
Declaration
public bool IsExpanded { get; }
Property Value
Whether the TelerikBlazorDropdownList is expanded.
IsFocused
Returns 'true' if the TelerikBlazorDropdownList is focused. Otherwise 'false'.
Declaration
public bool IsFocused { get; }
Property Value
Whether the TelerikBlazorDropdownList is focused.
IsValid
Returns 'true' if the DropDownList value is valid. Otherwise 'false'.
Declaration
public bool IsValid { get; }
Property Value
Whether the DropDownList value is valid.
SelectedItemText
Returns the selected item text or an empty string if none
Declaration
public string SelectedItemText { get; }
Property Value
The selected item text
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.