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