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

BootstrapClientListBox.SelectItems(items) Method

Selects the specified items within a list box.

Declaration

SelectItems(
    items: BootstrapClientListBoxItem[]
): void

Parameters

Name Type Description
items BootstrapClientListBoxItem[]

An array of BootstrapClientListBoxItem objects that represent the items.

Remarks

Use the SelectItems method on the client side to select an array of the specified items within a list box.

Note

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

See Also