Back to Devexpress

BootstrapClientListBox.SelectItems(items) Method

aspnetbootstrap-js-bootstrapclientlistbox-dot-selectitems-x28-items-x29.md

latest1.6 KB
Original Source

BootstrapClientListBox.SelectItems(items) Method

Selects the specified items within a list box.

Declaration

ts
SelectItems(
    items: BootstrapClientListBoxItem[]
): void

Parameters

NameTypeDescription
itemsBootstrapClientListBoxItem[]

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

UnselectItems(items)

GetSelectedItems

SelectIndices(indices)

SelectAll

UnselectAll

SelectedItems

SelectionMode

Selected

List Box

BootstrapClientListBox Class

BootstrapClientListBox Members