A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public override object DataSource { get; set; }
Public Overrides Property DataSource As Object
Property Value
Type | Description |
---|---|
Object | An object that represents the widget's data source. |
See Also
Feedback