Skip to main content

BaseLayoutItemHitInfo.IsTabbedGroup Property

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

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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