BootstrapClientListBox.UnselectItems(items) Method
In This Article
Unselects an array of the specified list box items.
#Declaration
TypeScript
UnselectItems(
items: BootstrapClientListBoxItem[]
): void
#Parameters
Name | Type | Description |
---|---|---|
items | Bootstrap |
An array of Bootstrap |
#Remarks
The UnselectItems method is not in effect if the ASPxListBox.SelectionMode property is set to ListEditSelectionMode.Single.
See Also