Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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.

See Also