ListSelectType Enumeration
Specifies how the selection list UI will be presented. This class cannot be inherited.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
| Member name | Description | |
|---|---|---|
| DropDown | Renders list items in a drop-down list box. | |
| ListBox | Renders list items in a list box. | |
| Radio | Renders list items as options. | |
| MultiSelectListBox | Renders list items in a list box with multiple selection capability. | |
| CheckBox | Renders list items with check boxes and multiple selection capability. |
The ListSelectType enumeration represents how a selection list will be rendered in a container, as a drop-down box, list box, set of options (radio buttons), and so on. In ASP.NET, you specify the value of the SelectType property as one of the ListSelectType enumeration values.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.