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