CardViewHitInfo.InCardRow Property
Gets whether the test object is within a card.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the test object is within a card; otherwise, false. |
Remarks
A Card View represents data in cards. In Card Views, data records are represented as cards, and data fields are represented as card fields, displayed one under another. To determine whether the test object is located within a card, use the InCardRow property. To identify whether the test object is within a card row (a card field and cell), use the CardViewHitInfo.InCardRow
property.
See Also