Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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