Back to Devexpress

GridViewHitInfoBase.InFilterPanel Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewhitinfobase-54c85df5.md

latest1.4 KB
Original Source

GridViewHitInfoBase.InFilterPanel Property

Gets whether the test object is within the Filter Panel.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool InFilterPanel { get; }
vb
Public ReadOnly Property InFilterPanel As Boolean

Property Value

TypeDescription
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

GridViewHitInfoBase Class

GridViewHitInfoBase Members

DevExpress.Xpf.Grid Namespace