Skip to main content
A newer version of this page is available. .

ControllerDataSourceOptionsBuilder.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 ControllerDataSourceOptionsBuilder OnLoaded(
    string jsFunc
)

Parameters

Name Type
jsFunc String

Returns

Type
ControllerDataSourceOptionsBuilder
See Also