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

ControllerDataSourceOptionsBuilder.OnPush(String) Method

A function that is executed before changes are pushed.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ControllerDataSourceOptionsBuilder OnPush(
    string jsFunc
)

Parameters

Name Type
jsFunc String

Returns

Type
ControllerDataSourceOptionsBuilder
See Also