ListSelectionMode Enumeration

 

Specifies the selection mode of the ListBox control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public enum class ListSelectionMode

Member nameDescription
Multiple

Multiple item selection mode.

Single

Single item selection mode.

The ListSelectionMode enumeration represents the selection mode of the ListBox control that determines whether a user can select multiple items or just a single item.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: