Skip to main content
Version: 3.5

SelectionMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the selection behavior of a TreeView, a ListBox or a ListView.

public enum SelectionMode : Enum

Fields

NameDescription
MultiExtendedMultiple items can be selected, and the user can use the SHIFT, CTRL, and arrow keys to make selections.
MultiSimpleMultiple items can be selected.
NoneNo items can be selected.
OneOnly one item can be selected.

Used By

NameDescription
ListBox.SelectionModeReturns or sets the method in which items are selected in the ListBox.
ListView.SelectionModeReturns or sets the current selection mode determining how items are selected in the ListView.
TreeView.SelectionModeReturns or sets the method in which items are selected in the TreeView.