Back to Devexpress

ListEditProperties Class

aspnet-devexpress-dot-web-5a9f6049.md

latest3.3 KB
Original Source

ListEditProperties Class

Contains the base settings specific to editors which display a list of items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ListEditProperties :
    EditProperties
vb
Public MustInherit Class ListEditProperties
    Inherits EditProperties

Remarks

The ListEditProperties class serves as a base for the editor properties classes (ListBoxProperties and RadioButtonListProperties) that define the behavior of editors representing item lists.

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

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 16 items

Object StateManager PropertiesBase EditPropertiesBase EditProperties ListEditProperties CheckListPropertiesBase

ListBoxProperties

CheckBoxListProperties

RadioButtonListProperties

BootstrapCheckBoxListProperties

BootstrapRadioButtonListProperties

BootstrapListBoxProperties

MVCxListBoxProperties

MVCxCheckBoxListProperties

MVCxRadioButtonListProperties

See Also

ListEditProperties Members

ASPxListEdit

DevExpress.Web Namespace