StepperBuilder.DataSource(String, String[]) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public StepperBuilder DataSource(
string staticJsonUrl,
params string[] key
)
Parameters
| Name | Type |
|---|---|
| staticJsonUrl | String |
| key | String[] |
Returns
| Type |
|---|
| StepperBuilder |
See Also