Skip to main content

ASPxClientListEdit Class

Represents a base for client editor objects that display a list of items.

Declaration

declare class ASPxClientListEdit extends ASPxClientEdit

Remarks

This object is the base for the client-side ASPxClientListBox and ASPxClientRadioButtonList objects.

In addition to the common functionality inherited from its ancestors, the ASPxClientListEdit object allows you to manipulate the selected item (ASPxClientListEdit.GetSelectedItem/ASPxClientListEdit.SetSelectedItem, ASPxClientListEdit.GetSelectedIndex/ASPxClientListEdit.SetSelectedIndex) and respond to changes to the selected item (ASPxClientListEdit.SelectedIndexChanged).

See Also