Skip to main content

ASPxClientListBox.UnselectItems(items) Method

Unselects an array of the specified list box items.

#Declaration

TypeScript
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