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

BootstrapWebClientUIWidget.DataSourceID Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public override string DataSourceID { get; set; }

Property Value

Type Description
String

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

See Also