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

CardViewHitInfo.IsDataArea Property

Gets whether the test object belongs to the area within a card view which is not occupied by cards.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public override bool IsDataArea { get; }

Property Value

Type Description
Boolean

true, if the test object belongs to the data area; otherwise, false.

Remarks

The IsDataArea property returns true if the test object belongs to a data area (the area within a card view which is not occupied by cards).

See Also