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

GridHitInfo.InFilterPanel Property

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

Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual bool InFilterPanel { get; }

Property Value

Type Description
Boolean

true if the test point is within the 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. If you need to obtain the specific element of the filter panel located under the test point, use the GridHitInfo.HitTest property.

See Also