aspnet-devexpress-dot-web-596e7194.md
Represents the base class for editors that display a list of items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class ASPxListEdit :
ASPxEdit,
IEditDataHelperOwner,
IValueTypeHolder,
IControlDesigner
Public MustInherit Class ASPxListEdit
Inherits ASPxEdit
Implements IEditDataHelperOwner,
IValueTypeHolder,
IControlDesigner
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.
Show 15 items
Show 20 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxListEdit ASPxCheckListBase
See Also