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

LayoutViewHitInfo.InCardCaption Property

Gets whether the test point is within a Card Caption.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual bool InCardCaption { get; }

Property Value

Type Description
Boolean

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

See Also