ClassTelerikBlazorMultiSelect
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.MultiSelect
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorMultiSelect : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorMultiSelect
Inherited Members
Constructors
TelerikBlazorMultiSelect()
Initializes a new instance of the TelerikBlazorMultiSelect class.
Declaration
public TelerikBlazorMultiSelect()
TelerikBlazorMultiSelect(Element)
Initializes a new instance of the TelerikBlazorMultiSelect class.
Declaration
public TelerikBlazorMultiSelect(Element element)
Parameters
element
Properties
DisplayText
Gets display value.
IsExpanded
Returns 'true' if the TelerikBlazorMultiSelect is expanded. Otherwise 'false'.
Declaration
public bool IsExpanded { get; }
Property Value
Whether the TelerikBlazorComboBox is expanded.
SelectedItemsCount
count of ListViewItems on the current page
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ClearAll(bool, int)
Clicks the clear button of the multiselect control
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 multiselect list.
WriteValue(string, int, int)
Puts element on focus and inputs specific value.