GridControl.IsValidRowHandle(Int32) Method
In This Article
Indicates whether the specified row handle is valid.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the row's handle. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified row handle is valid; otherwise, false. |
#Remarks
An invalid row handle corresponds to a row which doesn't exist in a View. Its handle is returned by the DataControlBase.InvalidRowHandle property. To learn more, see Identifying Rows.
See Also