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

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

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