GridViewHitInfoBase.InRow Property
In This Article
Gets whether the test object is within a row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the test object is within a row; otherwise, false. |
#Remarks
The InRow property returns true if the test object belongs to a data row, group row, auto filter row or new item row.
To obtain the row's handle, use the GridViewHitInfoBase.RowHandle property.
#Implements
DevExpress.Xpf.Grid.IDataViewHitInfo.InRow
See Also