Skip to main content

StaticJsonDataSourceBuilder.OnLoaded(String) Method

A function that is executed after data is loaded.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public StaticJsonDataSourceBuilder OnLoaded(
    string jsFunc
)

Parameters

Name Type Description
jsFunc String

The option value.

Returns

Type
StaticJsonDataSourceBuilder
See Also