Back to Devexpress

ASPxClientListBox.UnselectItems(items) Method

aspnet-js-aspxclientlistbox-dot-unselectitems-x28-items-x29.md

latest1.6 KB
Original Source

ASPxClientListBox.UnselectItems(items) Method

Unselects an array of the specified list box items.

Declaration

ts
UnselectItems(
    items: ASPxClientListEditItem[]
): void

Parameters

NameTypeDescription
itemsASPxClientListEditItem[]

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

SelectItems(items)

UnselectIndices(indices)

UnselectValues(values)

UnselectAll

GetSelectedIndices

GetSelectedItems

SelectedItems

SelectionMode

List Box

ASPxClientListBox Class

ASPxClientListBox Members