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

GridViewHitInfoBase.InColumnPanel Property

Gets whether the test object is within the column header 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 InColumnPanel { get; }

Property Value

Type Description
Boolean

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

Remarks

To obtain a column located under the test object, use the GridViewHitInfoBase.Column property.

See Also