Skip to main content

LayoutViewHitInfo.InCard Property

Gets whether the test point is within a Card.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual bool InCard { get; }

Property Value

Type Description
Boolean

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

See Also