Back to Devexpress

BootstrapClientListBox.GetSelectedItems Method

aspnetbootstrap-js-bootstrapclientlistbox-a1d50cd5.md

latest1.6 KB
Original Source

BootstrapClientListBox.GetSelectedItems Method

Returns an array of the list editor’s selected items.

Declaration

ts
GetSelectedItems(): BootstrapClientListBoxItem[]

Returns

TypeDescription
BootstrapClientListBoxItem[]

An array of BootstrapClientListBoxItem objects that represent the selected items.

|

Remarks

Use the GetSelectedItems method to obtain an array of the selected items within a list box. A null value indicates that no item is currently selected within the list editor.

Note

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

See Also

SelectedItems

SelectionMode

SelectItems(items)

UnselectItems(items)

SelectAll

UnselectAll

Selected

List Box

BootstrapClientListBox Class

BootstrapClientListBox Members