ASPxClientListBox.SelectItems(items) Method
Selects the specified items within a list box.
Declaration
SelectItems(
items: ASPxClientListEditItem[]
): void
Parameters
Name | Type | Description |
---|---|---|
items | ASPxClientListEditItem[] | An array of ASPxClientListEditItem objects that represent the items. |
Remarks
Use the SelectItems method on the client side, to select an array of the specified items within a list box.
Note
The SelectItems method is not in effect if the ASPxListBox.SelectionMode property is set to ListEditSelectionMode.Single.
For more information about multiple selection, read the Multi-Selection Mode topic.
See Also