Skip to main content

RemoteControllerDataSourceOptionsBuilder.LoadMode(DataSourceLoadMode) Method

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

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public RemoteControllerDataSourceOptionsBuilder LoadMode(
    DataSourceLoadMode value
)

Parameters

Name Type
value DataSourceLoadMode

Returns

Type
RemoteControllerDataSourceOptionsBuilder
See Also