Property SelectionMode
SelectionMode
Gets or sets the method in which items are selected in the ListBox.
public virtual ListBoxSelectionMode SelectionMode { get; set; }
Property Value
- ListBoxSelectionMode
One of the ListBoxSelectionMode values. The default is Single.
Remarks
The SelectionMode property enables you to determine how many items in the ListBox a user can select at one time.