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

RemoteControllerDataSourceOptionsBuilder.OnInserting(String) Method

A function that is executed before a data item is added.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public RemoteControllerDataSourceOptionsBuilder OnInserting(
    string jsFunc
)

Parameters

Name Type
jsFunc String

Returns

Type
RemoteControllerDataSourceOptionsBuilder
See Also