Skip to main content

BootstrapWebClientUIWidget.DataSourceUrl Property

Specifies the URL of the JSON data source.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
String String.Empty

A string specifying the data source URL.

See Also