Prop Webcontrol Listitem Selected
# ASP.NET ListItem Selected Property
* * ListItem Control](#)
* * *
## Definition and Usage
The Selected property is used to set or return whether a ListItem is selected by default.
If the property is set to TRUE, the ListItem is selected by default, otherwise FALSE. The default is FALSE.
## Syntax
_
* * *
## Example
The following example sets the selected ListItem in a ListBox control:
[Demo Example Β»](#)
* * ListItem Control](#)
YouTip