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

ListEditItem Class

Represents an individual list item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ListEditItem :
    ListEditItemBase

Remarks

The ListEditItem class implements the functionality of an individual list item displayed within the lists of different list editors (such as the ASPxListBox, ASPxRadioButtonList, or ASPxComboBox). Instances of the ListEditItem class are maintained within the ListEditItemCollection collection which can be accessed via the Items property of a list editor (such as the ASPxListEdit.Items, ASPxAutoCompleteBoxBase.Items).

Use the properties of the ListEditItem class to specify an individual list item’s characteristics. You can define the ListEditItem.Value, ListEditItem.Text and ListEditItem.ImageUrl properties to specify the item’s associated value, caption text and displayed image.

Note that the ListEditItem class has a client-side equivalent - an object of the ASPxClientListEditItem type.

See Also