Back to Devexpress

LayoutGroup.IsInTabbedGroup Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-67a6fba0.md

latest1.5 KB
Original Source

LayoutGroup.IsInTabbedGroup Property

Gets whether the current group is displayed as a tab within a tabbed group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool IsInTabbedGroup { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsInTabbedGroup As Boolean

Property Value

TypeDescription
Boolean

true if the current group is displayed as a tab within a tabbed group; otherwise false.

|

Remarks

This property returns true if the current group is displayed as tab within a tabbed group. In this case the parent tabbed group can be accessed via the LayoutGroup.ParentTabbedGroup property.

See Also

ParentTabbedGroup

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace