Back to Devexpress

ASPxListEdit Class

aspnet-devexpress-dot-web-596e7194.md

latest4.7 KB
Original Source

ASPxListEdit Class

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

Declaration

csharp
public abstract class ASPxListEdit :
    ASPxEdit,
    IEditDataHelperOwner,
    IValueTypeHolder,
    IControlDesigner
vb
Public MustInherit Class ASPxListEdit
    Inherits ASPxEdit
    Implements 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.

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

Inheritance

Show 20 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxListEdit ASPxCheckListBase

ASPxListBox

ASPxCheckBoxList

ASPxRadioButtonList

BootstrapListBox

BootstrapCheckBoxList

BootstrapRadioButtonList

MVCxListBox

MVCxRadioButtonList

MVCxCheckBoxList

See Also

ASPxListEdit Members

ListEditProperties

DevExpress.Web Namespace