GridViewExtension.BindToCustomData(GridViewModel) Method
In This Article
Binds the GridView to a custom data model when you use the grid in the custom data binding mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GridViewExtension BindToCustomData(
GridViewModel viewModel
)
#Parameters
Name | Type | Description |
---|---|---|
view |
Grid |
A Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Refer to the Custom Data Binding - Overview topic to learn more.
See Also