SelectionMode
Wisej.Web.SelectionMode
Last updated
Was this helpful?
Wisej.Web.SelectionMode
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the selection behavior of a TreeView, a ListBox or a ListView.
MultiExtended
Multiple items can be selected, and the user can use the SHIFT, CTRL, and arrow keys to make selections.
MultiSimple
Multiple items can be selected.
None
No items can be selected.
One
Only one item can be selected.