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

VerticalGridModel.ProcessCustomBinding Method

Name Parameters Description
ProcessCustomBinding(VerticalGridCustomBindingGetDataColumnCountHandler, VerticalGridCustomBindingGetDataHandler, VerticalGridCustomBindingGetSummaryValuesHandler, VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler) getDataColumnCountMethod, getDataMethod, getSummaryValuesMethod, getUniqueHeaderFilterValuesMethod 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.
ProcessCustomBinding(VerticalGridCustomBindingGetDataColumnCountHandler, VerticalGridCustomBindingGetDataHandler, VerticalGridCustomBindingGetSummaryValuesHandler) getDataColumnCountMethod, getDataMethod, getSummaryValuesMethod 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.
ProcessCustomBinding(VerticalGridCustomBindingGetDataColumnCountHandler, VerticalGridCustomBindingGetDataHandler, VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler) getDataColumnCountMethod, getDataMethod, getUniqueHeaderFilterValuesMethod Delegates the implementation of a grid view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
ProcessCustomBinding(VerticalGridCustomBindingGetDataColumnCountHandler, VerticalGridCustomBindingGetDataHandler) getDataColumnCountMethod, getDataMethod 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.