Back to Devexpress

LayoutControl.AddGroup(LayoutGroup) Method

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

latest1.8 KB
Original Source

LayoutControl.AddGroup(LayoutGroup) Method

Inserts the specified layout group to the root group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public LayoutControlGroup AddGroup(
    LayoutGroup newGroup
)
vb
Public Function AddGroup(
    newGroup As LayoutGroup
) As LayoutControlGroup

Parameters

NameTypeDescription
newGroupLayoutGroup

The group to add to the root group.

|

Returns

TypeDescription
LayoutControlGroup

The added group.

|

Remarks

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

See Also

Root

AddGroup

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace