Back to Devexpress

LayoutControl.CreateTabbedGroup(LayoutGroup) Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-dot-createtabbedgroup-x28-devexpress-dot-xtralayout-dot-layoutgroup-x29.md

latest2.0 KB
Original Source

LayoutControl.CreateTabbedGroup(LayoutGroup) Method

Creates a new Tabbed Group within the specified group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual TabbedGroup CreateTabbedGroup(
    LayoutGroup parent
)
vb
Public Overridable Function CreateTabbedGroup(
    parent As LayoutGroup
) As TabbedGroup

Parameters

NameTypeDescription
parentLayoutGroup

A LayoutGroup object which specifies the parent group for the created group.

|

Returns

TypeDescription
TabbedGroup

A LayoutControlGroup object which represents the newly created tabbed group.

|

See Also

Tabbed Groups

Customizing a Layout In Code

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace