GridViewHitInfoBase.InBandPanel Property
Gets whether the test object is within the band panel.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To obtain an element of the band panel (band edge, band button, etc.) located under the test object, use the TableViewHitInfo.HitTest property.
See Also