Back to Devexpress

GridViewCustomBindingGetRowValuesArgs Class

aspnetmvc-devexpress-dot-web-dot-mvc-f3b48243.md

latest1.5 KB
Original Source

GridViewCustomBindingGetRowValuesArgs Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

Inheritance

Object EventArgs GridViewCustomBindingArgsBase GridViewCustomBindingGetRowValuesArgs

See Also

GridViewCustomBindingGetRowValuesArgs Members

DevExpress.Web.Mvc Namespace