Back to Devexpress

GridViewCustomBindingGetDataRowCountArgs Class

aspnetmvc-devexpress-dot-web-dot-mvc-31b61fdf.md

latest1.5 KB
Original Source

GridViewCustomBindingGetDataRowCountArgs Class

Provides arguments to implement a method delegate of the GridViewCustomBindingGetDataRowCountHandler type.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class GridViewCustomBindingGetDataRowCountArgs :
    GridViewCustomBindingArgsBase
vb
Public Class GridViewCustomBindingGetDataRowCountArgs
    Inherits GridViewCustomBindingArgsBase

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

Inheritance

Object EventArgs GridViewCustomBindingArgsBase GridViewCustomBindingGetDataRowCountArgs

See Also

GridViewCustomBindingGetDataRowCountArgs Members

DevExpress.Web.Mvc Namespace