Skip to main content

VerticalGridCustomBindingGetDataColumnCountArgs(VerticalGridModel) Constructor

Initializes a new instance of the VerticalGridCustomBindingGetDataColumnCountArgs class with the specified settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public VerticalGridCustomBindingGetDataColumnCountArgs(
    VerticalGridModel state
)

Parameters

Name Type Description
state VerticalGridModel

A VerticalGridModel object that represents the current state of the VerticalGrid view model.

See Also