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

ControllerDataSourceOptionsBuilder.LoadMode(DataSourceLoadMode) Method

Specifies how data returned by LoadAction(String) is treated.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ControllerDataSourceOptionsBuilder LoadMode(
    DataSourceLoadMode value
)

Parameters

Name Type
value DataSourceLoadMode

Returns

Type
ControllerDataSourceOptionsBuilder
See Also