Skip to main content
A newer version of this page is available. .

BaseLayoutItemHitInfo.IsGroup Property

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

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v19.2.dll

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