A newer version of this page is available.
Switch to the current version.
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
js-ASPxClientListBox.UnselectIndices(System.Int32[])
js-ASPxClientListBox.UnselectValues(System.Object[])
Feedback