A newer version of this page is available.
Switch to the current version.
GridViewHitInfoBase.InRow Property
Gets whether the test object is within a row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.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 (card in card views), 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
Feedback