Skip to main content
A newer version of this page is available. .

CardViewHitInfo.InRow Property

Gets whether the test object is within a card row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public override bool InRow { get; }

Property Value

Type Description
Boolean

true if the test object is within a card row; 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 rows, displayed one under another. To determine whether the test object is located within a card row, use the InRow property. To identify whether the test object is contained within a card, use the CardViewHitInfo.InRow property.

See Also