Back to Devexpress

GridViewHitInfoBase.InGroupPanel Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewhitinfobase-d053439d.md

latest1.2 KB
Original Source

GridViewHitInfoBase.InGroupPanel Property

Gets whether the test object is within the Group Panel.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public virtual bool InGroupPanel { get; }
vb
Public Overridable ReadOnly Property InGroupPanel As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

GridViewHitInfoBase Class

GridViewHitInfoBase Members

DevExpress.Xpf.Grid Namespace