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

ListEditProperties.DataSourceID Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string DataSourceID { get; set; }

Property Value

Type Default Description
String String.Empty

The ID of a control that represents the data source from which the data-bound editor retrieves its items.

Remarks

Note

The DataSourceID property synchronizes its value with the editor’s ASPxListEdit.DataSourceID property.

See Also