Back to Devexpress

GridViewHitInfoBase.InColumnPanel Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewhitinfobase-6e7334d3.md

latest1.2 KB
Original Source

GridViewHitInfoBase.InColumnPanel Property

Gets whether the test object is within the column header panel.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
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

GridViewHitInfoBase Class

GridViewHitInfoBase Members

DevExpress.Xpf.Grid Namespace