Back to Devexpress

BootstrapWebClientUIWidget.DataSourceUrl Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapwebclientuiwidget-82392b3e.md

latest1.3 KB
Original Source

BootstrapWebClientUIWidget.DataSourceUrl Property

Specifies the URL of the JSON data source.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[Bindable(true)]
[DefaultValue("")]
public string DataSourceUrl { get; set; }
vb
<DefaultValue("")>
<Bindable(True)>
Public Property DataSourceUrl As String

Property Value

TypeDefaultDescription
StringString.Empty

A string specifying the data source URL.

|

See Also

BootstrapWebClientUIWidget Class

BootstrapWebClientUIWidget Members

DevExpress.Web.Bootstrap Namespace