ASPxClientListBox.UnselectValues(values) Method
In This Article
Unselects an array of the list box items with the specified values.
#Declaration
TypeScript
UnselectValues(
values: any[]
): void
#Parameters
Name | Type | Description |
---|---|---|
values | any[] | An array of Object[] objects that represent the values. |
#Remarks
For more information about multiple selection, read the Multi-Selection Mode topic.
Note
The Unselect
See Also