Skip to main content

ASPxClientListBox.SelectValues(values) Method

Select the items with the specified values within a list box.

Declaration

SelectValues(
    values: any[]
): void

Parameters

Name Type Description
values any[]

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

Remarks

Use the SelectValues method to select an array of items within a list box with the specified values.

Note

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

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

See Also