ListEditItem.Selected Property
Gets or sets whether a list box item is selected.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
By default, only one list box item can be selected at once. To select more than one item, set the ASPxListBox.SelectionMode property to ListEditSelectionMode.Multiple or ListEditSelectionMode.CheckColumn.
For more information about multiple selection, read the Multi-Selection Mode topic.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Selected property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.