Back to Devexpress

ASPxClientListEdit Class

aspnet-js-aspxclientlistedit-9cea8d67.md

latest1.4 KB
Original Source

ASPxClientListEdit Class

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

Declaration

ts
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).

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientListEdit ASPxClientListBox

ASPxClientCheckListBase

See Also

ASPxClientListEdit Members