Back to Devexpress

ASPxClientComboBox.RemoveItem(index) Method

aspnet-js-aspxclientcombobox-dot-removeitem-x28-index-x29.md

latest731 B
Original Source

ASPxClientComboBox.RemoveItem(index) Method

Removes an item specified by its index from the client list editor.

Declaration

ts
RemoveItem(
    index: number
): void

Parameters

NameTypeDescription
indexnumber

The index of the list item to be removed.

|

See Also

ClearItems

AddItem

Remove(ListEditItem)

Combo Box

ASPxClientComboBox Class

ASPxClientComboBox Members