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

BaseLayoutItemHitInfo.IsTabbedGroup Property

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

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public virtual bool IsTabbedGroup { get; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also