Skip to main content

VerticalGridCustomBindingGetDataArgs(VerticalGridModel, Int32, Int32) Constructor

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public VerticalGridCustomBindingGetDataArgs(
    VerticalGridModel state,
    int startDataColumnIndex,
    int count
)

Parameters

Name Type Description
state VerticalGridModel

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

startDataColumnIndex Int32

An integer specifying the index of the starting data column.

count Int32

An integer specifying the total count of data columns to be returned.

See Also