Skip to main content
A newer version of this page is available. .

ASPxClientListBox.UnselectIndices(indices) Method

Unselects an array of the list box items with the specified indices.

Declaration

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 UnselectIndices method is not in effect if the ASPxListBox.SelectionMode property is set to ListEditSelectionMode.Single.

See Also