DataLibraryApiBuilder<TSelf>.LoadParams(Object) Method
Specifies additional parameters in load requests.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public TSelf LoadParams(
object params
)
Parameters
| Name | Type | Description |
|---|---|---|
| params | Object | An anonymous object that contains additional parameters. |
Returns
| Type |
|---|
| TSelf |
Remarks
Refer to the following sections for code examples:
- Bind Controls to Data - API Controllers
- Data Grid - Master-Detail View Demo
- Data Grid - Advanced Master-Detail View Demo
- Data Grid - Web API Service Demo
See Also