Skip to main content

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.v23.2.dll

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

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