Back to Devexpress

BootstrapWebClientUIWidget.DataSource Property

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

latest1.2 KB
Original Source

BootstrapWebClientUIWidget.DataSource Property

Gets or sets the object from which a 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 object DataSource { get; set; }
vb
Public Overrides Property DataSource As Object

Property Value

TypeDescription
Object

An object that represents the widget’s data source.

|

See Also

BootstrapWebClientUIWidget Class

BootstrapWebClientUIWidget Members

DevExpress.Web.Bootstrap Namespace