Back to Devexpress

IListBox<TData, TValue>.SelectionMode Property

blazor-devexpress-dot-blazor-dot-ilistbox-2-12c60d80.md

latest1.3 KB
Original Source

IListBox<TData, TValue>.SelectionMode Property

Specifies selection mode.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(ListBoxSelectionMode.Single)]
ListBoxSelectionMode SelectionMode { get; set; }

Property Value

TypeDefaultDescription
ListBoxSelectionModeSingle

A ListBoxSelectionMode enumeration value.

|

Available values:

NameDescription
Single

Users can only select one List Box item at once.

| | Multiple |

Users can select multiple items in List Box.

| | None |

Users cannot select items in List Box.

|

Remarks

Refer to the SelectionMode property description for additional information and an example.

See Also

IListBox<TData, TValue> Interface

IListBox<TData, TValue> Members

DevExpress.Blazor Namespace