Skip to main content
A newer version of this page is available. .

ASPxClientListBox.UnselectItems(items) Method

Unselects an array of the specified list box items.

Declaration

UnselectItems(
    items: ASPxClientListEditItem[]
): void

Parameters

Name Type Description
items ASPxClientListEditItem[]

An array of ASPxClientListEditItem objects that represent the items.

Remarks

For more information about multiple selection, read the Multi-Selection Mode topic.

Note

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

See Also