Skip to main content

GridViewHitInfoBase.InGroupPanel Property

Gets whether the test object is within the Group Panel.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public virtual bool InGroupPanel { get; }

Property Value

Type Description
Boolean

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

See Also