Skip to main content
A newer version of this page is available. .

GridViewHitInfoBase.InBandPanel Property

Gets whether the test object is within the band panel.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool InBandPanel { get; }

Property Value

Type Description
Boolean

true, if the test point is inside the band panel; otherwise, false.

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