Back to Devexpress

BootstrapClientListBox.UnselectItems(items) Method

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

latest1.5 KB
Original Source

BootstrapClientListBox.UnselectItems(items) Method

Unselects an array of the specified list box items.

Declaration

ts
UnselectItems(
    items: BootstrapClientListBoxItem[]
): void

Parameters

NameTypeDescription
itemsBootstrapClientListBoxItem[]

An array of BootstrapClientListBoxItem objects that represent the items.

|

Remarks

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

See Also

SelectItems(items)

UnselectIndices(indices)

UnselectValues(values)

UnselectAll

GetSelectedIndices

GetSelectedItems

SelectedItems

SelectionMode

List Box

BootstrapClientListBox Class

BootstrapClientListBox Members