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