Class ListBoxSelectionMode
Defines the selection mode of the TelerikListBox<TItem>. See SelectionMode.
Inheritance
System.Object
ListBoxSelectionMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ListBoxSelectionMode : Enum
Fields
Multiple
Multiple items can be selected simultaneously.
Declaration
public const ListBoxSelectionMode Multiple
Field Value
ListBoxSelectionMode
|
Single
A single item can be selected at any given time.
Declaration
public const ListBoxSelectionMode Single
Field Value
ListBoxSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|