Back to Devexpress

ASPxClientListBox.UnselectIndices(indices) Method

aspnet-js-aspxclientlistbox-dot-unselectindices-x28-indices-x29.md

latest1.5 KB
Original Source

ASPxClientListBox.UnselectIndices(indices) Method

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

Declaration

ts
UnselectIndices(
    indices: number[]
): void

Parameters

NameTypeDescription
indicesnumber[]

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

SelectIndices(indices)

UnselectItems(items)

UnselectValues(values)

UnselectAll

GetSelectedIndices

GetSelectedItems

SelectedIndices

SelectionMode

List Box

ASPxClientListBox Class

ASPxClientListBox Members