Skip to main content

LayoutViewHitInfo.InFieldPopupActionArea Property

Gets whether the test point belongs to a Field Filter Button or Field Sort Button.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public virtual bool InFieldPopupActionArea { get; }

Property Value

Type Description
Boolean

true if the test point belongs to a Field Filter or Sort Button; otherwise, false.

See Also