A newer version of this page is available.
Switch to the current version.
ListEditItem.Selected Property
Gets or sets whether a list box item is selected.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(false)]
public bool Selected { get; set; }
<DefaultValue(False)>
Public Property Selected As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if an item is selected; otherwise, 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.
See Also
Feedback