Back to Devexpress

LayoutGroup.AddGroup(LayoutGroup) Method

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

latest2.1 KB
Original Source

LayoutGroup.AddGroup(LayoutGroup) Method

Inserts the specified group to the current group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
newGroupLayoutGroup

The group to add to the current group.

|

Returns

TypeDescription
LayoutGroup

The added layout group.

|

Remarks

The default layout type is determined by the LayoutGroup.DefaultLayoutType property. By default, it is set to LayoutType.Vertical, so the new group is positioned at the bottom of the current group. If this property is set to LayoutType.Horizontal, the new group is positioned at the current group’s right edge.

To add layout items to the new group, use the LayoutGroup.AddItem and BaseLayoutItem.Move methods.

See Also

AddItem

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace