aspnet-js-aspxclientlistbox.md
Represents the client-side equivalent of the ASPxListBox control.
declare class ASPxClientListBox extends ASPxClientListEdit
In addition to the common list editor functionality inherited from its ancestor ASPxClientListEdit object, the ASPxClientListBox allows you to manipulate its items (ASPxClientListBox.AddItem, ASPxClientListBox.InsertItem, ASPxClientListBox.RemoveItem, ASPxClientListBox.ClearItems), perform item modification operations without the editor being re-rendered (ASPxClientListBox.BeginUpdate, ASPxClientListBox.EndUpdate) and operate the selected item (ASPxClientListEdit.SetSelectedIndex).
Note
The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientListEdit ASPxClientListBox
See Also