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

CardHitInfo.View Property

Gets or sets the CardView located under the test point.

Namespace: DevExpress.XtraGrid.Views.Card.ViewInfo

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public CardView View { get; set; }

Property Value

Type Description
CardView

The CardView located under the test point.

Remarks

Use the View property to obtain the CardView located under the test point.

See Also