Skip to main content

BootstrapClientListBox.UnselectItems(items) Method

Unselects an array of the specified list box items.

Declaration

UnselectItems(
    items: BootstrapClientListBoxItem[]
): void

Parameters

Name Type Description
items BootstrapClientListBoxItem[]

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