Skip to main content

PropertyGridControl.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 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