Skip to main content

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
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