Back to Devexpress

BootstrapWebClientUIWidget.DataSourceID Property

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

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public override string DataSourceID { get; set; }
vb
Public Overrides Property DataSourceID As String

Property Value

TypeDescription
String

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

|

See Also

BootstrapWebClientUIWidget Class

BootstrapWebClientUIWidget Members

DevExpress.Web.Bootstrap Namespace