Back to Devexpress

ASPxClientListBox.UnselectValues(values) Method

aspnet-js-aspxclientlistbox-dot-unselectvalues-x28-values-x29.md

latest1.4 KB
Original Source

ASPxClientListBox.UnselectValues(values) Method

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

Declaration

ts
UnselectValues(
    values: any[]
): void

Parameters

NameTypeDescription
valuesany[]

An array of Object[] objects that represent the values.

|

Remarks

For more information about multiple selection, read the Multi-Selection Mode topic.

Note

The UnselectValues method is not in effect if the ASPxListBox.SelectionMode property is set to ListEditSelectionMode.Single.

See Also

SelectValues(values)

UnselectIndices(indices)

UnselectItems(items)

UnselectAll

GetSelectedValues

SelectionMode

List Box

ASPxClientListBox Class

ASPxClientListBox Members