Skip to main content

CardViewHitInfo.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 override bool InGroupPanel { get; }

Property Value

Type Description
Boolean

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

See Also