Skip to main content

ASPxClientListBox.UnselectValues(values) Method

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

#Declaration

TypeScript
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