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

PropertyGridControl.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 override bool IsDataRecord(
    int record
)

Parameters

Name Type Description
record Int32

An integer value specifying a row handle.

Returns

Type Description
Boolean

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

See Also