Back to Devexpress

ASPxClientListBox.SelectValues(values) Method

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

latest1.5 KB
Original Source

ASPxClientListBox.SelectValues(values) Method

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

Declaration

ts
SelectValues(
    values: any[]
): void

Parameters

NameTypeDescription
valuesany[]

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

UnselectValues(values)

GetSelectedValues

SelectIndices(indices)

SelectItems(items)

SelectAll

SelectionMode

List Box

ASPxClientListBox Class

ASPxClientListBox Members