Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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