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

CardHitInfo.InFilterPanel Property

Gets a value indicating whether the test point is within a filter panel.

Namespace: DevExpress.XtraGrid.Views.Card.ViewInfo

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual bool InFilterPanel { get; }

Property Value

Type Description
Boolean

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

Remarks

The InFilterPanel property is useful if it’s not necessary to determine the exact element residing under the test point, only whether the point is within a filter panel. To obtain the specific element of the filter panel that is located under the test point use the CardHitInfo.HitTest property.

See Also