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.v24.2.dll
Declaration
public delegate void VerticalGridCustomBindingGetDataColumnCountHandler(
VerticalGridCustomBindingGetDataColumnCountArgs e
);
Parameters
Name | Type | Description |
---|---|---|
e | VerticalGridCustomBindingGetDataColumnCountArgs | A VerticalGridCustomBindingGetDataColumnCountArgs object that contains the related arguments. |
Remarks
Refer to Implementation of Typed Method Delegates to learn more.
See Also