Back to Devexpress

LayoutGroup.AddTabbedGroup() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-a86af47e.md

latest2.3 KB
Original Source

LayoutGroup.AddTabbedGroup() Method

Creates a new tabbed group and adds it to the current group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public TabbedGroup AddTabbedGroup()
vb
Public Function AddTabbedGroup As TabbedGroup

Returns

TypeDescription
TabbedGroup

The created group.

|

Remarks

When called for, a LayoutControlGroup object this method creates a new TabbedControlGroup object.

The default layout type is determined by the LayoutGroup.DefaultLayoutType property. By default, it is set to LayoutType.Vertical, so the new group is positioned at the bottom of the current group. If this property is set to LayoutType.Horizontal, the new group is positioned at the current group’s right edge.

To add tabs to the new tabbed group, use the TabbedGroup.AddTabPage method.

See Also

AddGroup

AddItem

DefaultLayoutType

Remove(BaseLayoutItem)

Move

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace