ASPxClientListBox Class
Represents the client-side equivalent of the ASPxListBox control.
Declaration
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
See Also