BootstrapUIWidgetBase.SetDataSource(dataSource) Method
Sets the client data source instance.
Declaration
SetDataSource(
dataSource: any
): void
Parameters
Name | Type | Description |
---|---|---|
dataSource | any | A DevExtreme DataSource object. |
See Also