Skip to main content

GridViewHitInfoBase.InFilterPanel Property

Gets whether the test object is within the Filter Panel.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool InFilterPanel { get; }

Property Value

Type Description
Boolean

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

Remarks

To obtain an element of the filter panel (close button, text, etc.) located under the test object, use the TableViewHitInfo.HitTest property (CardViewHitInfo.HitTest in card views).

See Also