Back to Devexpress

VerticalGridCustomBindingGetDataHandler Delegate

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

latest1.6 KB
Original Source

VerticalGridCustomBindingGetDataHandler Delegate

A delegate method that enables you to populate the grid view model with data rows requested by the grid when implementing custom data binding of the VerticalGrid.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void VerticalGridCustomBindingGetDataHandler(
    VerticalGridCustomBindingGetDataArgs e
);
vb
Public Delegate Sub VerticalGridCustomBindingGetDataHandler(
    e As VerticalGridCustomBindingGetDataArgs
)

Parameters

NameTypeDescription
eVerticalGridCustomBindingGetDataArgs

A VerticalGridCustomBindingGetDataArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

Vertical Grid

DevExpress.Web.Mvc Namespace