Back to Devexpress

LayoutGroup.AddTabbedGroup(TabbedGroup) Method

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-dot-addtabbedgroup-x28-devexpress-dot-xtralayout-dot-tabbedgroup-x29.md

latest2.1 KB
Original Source

LayoutGroup.AddTabbedGroup(TabbedGroup) Method

Inserts the specified tabbed group to the current group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
newTabbedGroupTabbedGroup

The tabbed group to add to the collection.

|

Returns

TypeDescription
TabbedGroup

The added group.

|

Remarks

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

AddTabPage

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace