Back to Devexpress

ASPxClientListBox Class

aspnet-js-aspxclientlistbox.md

latest1.7 KB
Original Source

ASPxClientListBox Class

Represents the client-side equivalent of the ASPxListBox control.

Declaration

ts
declare class ASPxClientListBox extends ASPxClientListEdit

Remarks

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.

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientListEdit ASPxClientListBox

See Also

List Box

ASPxClientListBox Members