Skip to main content

LayoutViewHitInfo.InFieldValue Property

Gets whether the test point belongs to a Card Field Value.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual bool InFieldValue { get; }

Property Value

Type Description
Boolean

true if the test point belongs to a Card Field Value; otherwise, false.

See Also