Skip to main content

ControllerDataSourceOptionsBuilder.OnLoading(String) Method

A function that is executed before data is loaded.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ControllerDataSourceOptionsBuilder OnLoading(
    string jsFunc
)

Parameters

Name Type Description
jsFunc String

The option value.

Returns

Type
ControllerDataSourceOptionsBuilder
See Also