StepperBuilder.DataSource(String, String[]) Method
Binds the UI component to data. Mirrors the client-side dataSource option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public StepperBuilder DataSource(
string staticJsonUrl,
params string[] key
)
Parameters
| Name | Type | Description |
|---|---|---|
| staticJsonUrl | String | The URL used to load data in JSON format. |
| key | String[] | The key(s) to extract from the JSON data source. |
Returns
| Type | Description |
|---|---|
| StepperBuilder | A reference to this instance after the method is called. |
See Also