Back to Devexpress

CardHitInfo.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-viewinfo-dot-cardhitinfo-d84ba651.md

latest1.5 KB
Original Source

CardHitInfo.View Property

Gets or sets the CardView located under the test point.

Namespace : DevExpress.XtraGrid.Views.Card.ViewInfo

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public CardView View { get; set; }
vb
Public Property View As CardView

Property Value

TypeDescription
CardView

The CardView located under the test point.

|

Remarks

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

See Also

CardHitInfo Class

CardHitInfo Members

DevExpress.XtraGrid.Views.Card.ViewInfo Namespace