Defines the selection mode of the TelerikListBox<TItem>. See SelectionMode.
Definition
Fields
Multiple items can be selected simultaneously.
C#
Multiple = 1
A single item can be selected at any given time.
C#
Single = 0
Defines the selection mode of the TelerikListBox<TItem>. See SelectionMode.
Multiple items can be selected simultaneously.
Multiple = 1
A single item can be selected at any given time.
Single = 0