Skip to main content

VGridControlBase.IsDataRecord(Int32) Method

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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