Back to Devexpress

LayoutControlGroup.AddTabbedGroup() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrolgroup-23ae0b6a.md

latest1.9 KB
Original Source

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

Returns

TypeDescription
TabbedControlGroup

The newly created 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

AddGroup

AddItem

DefaultLayoutType

Remove(BaseLayoutItem)

Move

LayoutControlGroup Class

LayoutControlGroup Members

DevExpress.XtraLayout Namespace