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

ListEditProperties.DataSource Property

Gets or sets the object from which the data-bound editor retrieves its list of data items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public object DataSource { get; set; }

Property Value

Type Default Description
Object *null*

An object that represents the data source from which the data-bound editor retrieves its items.

Remarks

Note

The DataSource property synchronizes its value with the editor’s ASPxEditBase.DataSource property.

See Also