Skip to main content

ControllerDataSourceOptionsBuilder.DeleteAction(String) Method

Specifies the controller action used to delete data.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ControllerDataSourceOptionsBuilder DeleteAction(
    string actionName
)

Parameters

Name Type Description
actionName String

The option value.

Returns

Type
ControllerDataSourceOptionsBuilder
See Also