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

VGridControlBase.IsValidRecordHandle(Int32) Method

Returns whether or not the specified record handle is valid.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public virtual bool IsValidRecordHandle(
    int recordIndex
)

Parameters

Name Type
recordIndex Int32

Returns

Type Description
Boolean

true, if the specified record handle is valid; otherwise, false.

See Also