VerticalGridModel.ProcessCustomBinding(VerticalGridCustomBindingGetDataColumnCountHandler, VerticalGridCustomBindingGetDataHandler, VerticalGridCustomBindingGetSummaryValuesHandler, VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler) Method
Delegates the implementation of the grid view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public void ProcessCustomBinding(
VerticalGridCustomBindingGetDataColumnCountHandler getDataColumnCountMethod,
VerticalGridCustomBindingGetDataHandler getDataMethod,
VerticalGridCustomBindingGetSummaryValuesHandler getSummaryValuesMethod,
VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler getUniqueHeaderFilterValuesMethod
)
#Parameters
Name | Type | Description |
---|---|---|
get |
Vertical |
A Vertical |
get |
Vertical |
A Vertical |
get |
Vertical |
A Vertical |
get |
Vertical |
A Vertical |
#Remarks
To learn more, refer to the following topics:
- ProcessCustomBinding - Available Binding Delegates
- Custom Data Binding - Overview
- Implementation of Typed Method Delegates