aspnet-devexpress-dot-web-5a9f6049.md
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
public abstract class ListEditProperties :
EditProperties
Public MustInherit Class ListEditProperties
Inherits EditProperties
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.
Show 16 items
Object StateManager PropertiesBase EditPropertiesBase EditProperties ListEditProperties CheckListPropertiesBase
BootstrapCheckBoxListProperties
BootstrapRadioButtonListProperties
See Also