VerticalGridExtension.BindToCustomData(VerticalGridModel) Method
Binds the VerticalGrid to a custom data model when you use the extension in the custom data binding mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| viewModel | VerticalGridModel | A VerticalGridModel object representing the VerticalGrid view model to which to bind. |
Returns
| Type | Description |
|---|---|
| VerticalGridExtension | A VerticalGridExtension object representing the VerticalGrid extension. |
Remarks
Refer to the Custom Data Binding - Overview topic to learn more.
See Also