Skip to main content

VGridControlBase.IsValidRecordHandle(Int32) Method

Returns whether or not the specified record handle is valid.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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