Back to Devexpress

GridViewCustomBindingGetRowValuesHandler Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-f14ac6b6.md

latest1.6 KB
Original Source

GridViewCustomBindingGetRowValuesHandler Delegate

A delegate method that enables you to populate the GridLookup’s grid view model with data rows requested by the grid, when implementing custom data binding of the built-in GridView.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void GridViewCustomBindingGetRowValuesHandler(
    GridViewCustomBindingGetRowValuesArgs e
);
vb
Public Delegate Sub GridViewCustomBindingGetRowValuesHandler(
    e As GridViewCustomBindingGetRowValuesArgs
)

Parameters

NameTypeDescription
eGridViewCustomBindingGetRowValuesArgs

An GridViewCustomBindingGetRowValuesArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

DevExpress.Web.Mvc Namespace