VGridControlBase.IsValidRecordHandle(Int32) Method
In This Article
Returns whether or not the specified record handle is valid.
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 record handle is valid; otherwise, false. |
See Also