Skip to main content
A newer version of this page is available. .
Tab

ASPxListEdit Class

Represents the base class for editors that display a list of items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public abstract class ASPxListEdit :
    ASPxEdit,
    IEditDataHelperOwner,
    IValueTypeHolder,
    IControlDesigner

Remarks

The ASPxListEdit class serves as a base for the editors representing item lists (such as the ASPxListBox and ASPxRadioButtonList).

In addition to the common editor settings inherited from its ancestors, the ASPxListEdit class implements type specific properties that, in particular, allow the editor to maintain its items (ASPxListEdit.Items), bind to a data source for the items (ASPxListEdit.DataSourceID), obtain item characteristics from specific data source fields (ASPxListEdit.TextField, ASPxListEdit.ValueField, ASPxListEdit.ImageUrlField), specify the selected item or its index (ASPxListEdit.SelectedItem, ASPxListEdit.SelectedIndex) and etc.

See Also