Skip to main content

BaseLayoutItemHitInfo.IsGroup Property

Gets whether the current test point belongs to a Layout Group.

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool IsGroup { get; }

Property Value

Type Description
Boolean

true if the current test point belongs to a Layout Group; otherwise, false.

Remarks

This property returns true if the test point belongs to a layout group (the LayoutGroup class object or its descendant).

See Also