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

VGridControlBase.GetRecordIndex(Int32) Method

Returns the index (handle) of the vertical grid record that corresponds to the data source record with the specified index.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public virtual int GetRecordIndex(
    int dataSourceRecordIndex
)

Parameters

Name Type Description
dataSourceRecordIndex Int32

The data source record index for which to return the corresponding vertical grid record index (handle).

Returns

Type Description
Int32

The index (handle) of the vertical grid record that corresponds to the data source record with the specified index.

See Also