Back to Devexpress

LayoutControlGroup.AddTabbedGroup(TabbedGroup) Method

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

latest1.9 KB
Original Source

LayoutControlGroup.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 TabbedControlGroup AddTabbedGroup(
    TabbedGroup newTabbedGroup
)
vb
Public Function AddTabbedGroup(
    newTabbedGroup As TabbedGroup
) As TabbedControlGroup

Parameters

NameTypeDescription
newTabbedGroupTabbedGroup

The tabbed group to add to the current group.

|

Returns

TypeDescription
TabbedControlGroup

The added tabbed group.

|

Remarks

This method overrides the base LayoutGroup.AddTabbedGroup method to create a TabbedControlGroup object. For more information, refer to the corresponding LayoutGroup.AddTabbedGroup method overload.

See Also

AddTabbedGroup

LayoutControlGroup Class

LayoutControlGroup Members

DevExpress.XtraLayout Namespace