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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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