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

ASPxClientListBox.UnselectValues(values) Method

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

Declaration

UnselectValues(
    values: any[]
): void

Parameters

Name Type Description
values any[]

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