ASPxClientListBox.SelectItems(items) Method
In This Article
Selects the specified items within a list box.
#Declaration
TypeScript
SelectItems(
items: ASPxClientListEditItem[]
): void
#Parameters
Name | Type | Description |
---|---|---|
items | ASPx |
An array of ASPx |
#Remarks
Use the SelectItems method on the client side, to select an array of the specified items within a list box.
Note
The Select
For more information about multiple selection, read the Multi-Selection Mode topic.
See Also