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

VGridControlBase.IsDataRecord(Int32) Method

Returns whether or not the specified row handle corresponds to a data row.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public virtual bool IsDataRecord(
    int recordIndex
)

Parameters

Name Type
recordIndex Int32

Returns

Type Description
Boolean

true, if the specified row handle corresponds to a data row; otherwise, false.

See Also