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

ListEditProperties Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public abstract class ListEditProperties :
    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.

See Also