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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public VerticalGridExtension BindToCustomData(
VerticalGridModel viewModel
)
#Parameters
Name | Type | Description |
---|---|---|
view |
Vertical |
A Vertical |
#Returns
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
Refer to the Custom Data Binding - Overview topic to learn more.