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

BootstrapWebClientUIWidget.DataSourceUrl Property

Specifies the URL of the JSON data source.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue("")]
[Bindable(true)]
public string DataSourceUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A string specifying the data source URL.

See Also