GridViewHitInfoBase.InRow Property
Gets whether the test object is within a row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
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.
See Also