Back to Devexpress

LayoutControl.AddTabbedGroup(TabbedGroup) Method

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

latest1.7 KB
Original Source

LayoutControl.AddTabbedGroup(TabbedGroup) Method

Inserts the specified tabbed group to the root group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
newTabbedGroupTabbedGroup

The group to add to the root group.

|

Returns

TypeDescription
TabbedControlGroup

The added group.

|

Remarks

This method calls the root group’s LayoutControlGroup.AddTabbedGroup method. For more information, refer to the description of the corresponding LayoutGroup.AddTabbedGroup method overload.

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace