Back to Devexpress

GridViewCustomBindingGetDataRowCountHandler Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-97d79317.md

latest1.6 KB
Original Source

GridViewCustomBindingGetDataRowCountHandler Delegate

A delegate method that enables you to return the total number of data rows within your model, when implementing custom data binding of the GridView.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void GridViewCustomBindingGetDataRowCountHandler(
    GridViewCustomBindingGetDataRowCountArgs e
);
vb
Public Delegate Sub GridViewCustomBindingGetDataRowCountHandler(
    e As GridViewCustomBindingGetDataRowCountArgs
)

Parameters

NameTypeDescription
eGridViewCustomBindingGetDataRowCountArgs

An GridViewCustomBindingGetDataRowCountArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

DevExpress.Web.Mvc Namespace