ASPxClientListBox.SelectValues(values) Method
In This Article
Select the items with the specified values within a list box.
#Declaration
TypeScript
SelectValues(
values: any[]
): void
#Parameters
Name | Type | Description |
---|---|---|
values | any[] | An array of Object[] objects that represent the item’s values. |
#Remarks
Use the SelectValues method to select an array of items within a list box with the specified values.
Note
The Select
For more information about multiple selection, read the Multi-Selection Mode topic.
See Also