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

VerticalGridCustomBindingGetSummaryValuesHandler Delegate

A delegate method that enables you to calculate and return values of summaries required within the grid when implementing custom data binding of the VerticalGrid.

Namespace: DevExpress.Web.Mvc

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

Declaration

public delegate void VerticalGridCustomBindingGetSummaryValuesHandler(
    VerticalGridCustomBindingGetSummaryValuesArgs e
);

Parameters

Name Type Description
e VerticalGridCustomBindingGetSummaryValuesArgs

A VerticalGridCustomBindingGetSummaryValuesArgs object that contains the related arguments.

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also