Back to Devexpress

VerticalGridCustomBindingGetDataColumnCountHandler Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-54a9b1c7.md

latest1.7 KB
Original Source

VerticalGridCustomBindingGetDataColumnCountHandler Delegate

A delegate method that enables you to return the total number of data columns within your model 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 VerticalGridCustomBindingGetDataColumnCountHandler(
    VerticalGridCustomBindingGetDataColumnCountArgs e
);
vb
Public Delegate Sub VerticalGridCustomBindingGetDataColumnCountHandler(
    e As VerticalGridCustomBindingGetDataColumnCountArgs
)

Parameters

NameTypeDescription
eVerticalGridCustomBindingGetDataColumnCountArgs

A VerticalGridCustomBindingGetDataColumnCountArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

DevExpress.Web.Mvc Namespace