DataSourceOptionsBuilder.OnLoadingChanged(String) Method
A handler for the loadingChanged event.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DataSourceOptionsBuilder OnLoadingChanged(
string jsFunc
)
Parameters
Name | Type | Description |
---|---|---|
jsFunc | String | The option value. |
Returns
Type |
---|
DataSourceOptionsBuilder |
See Also