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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public delegate void GridViewCustomBindingGetRowValuesHandler(
GridViewCustomBindingGetRowValuesArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
e | Grid |
An Grid |
#Remarks
Refer to Implementation of Typed Method Delegates to learn more.