Back to Devexpress

LayoutViewHitInfo.InCard Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-viewinfo-dot-layoutviewhitinfo-bebc8796.md

latest1.5 KB
Original Source

LayoutViewHitInfo.InCard Property

Gets whether the test point is within a Card.

Namespace : DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual bool InCard { get; }
vb
Public Overridable ReadOnly Property InCard As Boolean

Property Value

TypeDescription
Boolean

true if the test point is within a Card; otherwise, false.

|

See Also

LayoutViewHitInfo Class

LayoutViewHitInfo Members

DevExpress.XtraGrid.Views.Layout.ViewInfo Namespace