VGridControlBase.IsDataRecord(Int32) Method
In This Article
Returns whether or not the specified row handle corresponds to a data row.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type |
---|---|
record |
Int32 |
#Returns
Type | Description |
---|---|
Boolean | true if the specified row handle corresponds to a data row; otherwise, false. |
See Also