ListEditProperties Class
Contains the base settings specific to editors which display a list of items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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.