Back to Devexpress

LayoutGroup.AddGroup() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-7a733311.md

latest2.4 KB
Original Source

LayoutGroup.AddGroup() Method

Creates a new 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 LayoutGroup AddGroup()
vb
Public Function AddGroup As LayoutGroup

Returns

TypeDescription
LayoutGroup

The newly added group.

|

Remarks

This method does nothing in the LayoutGroup class. It is overridden in the LayoutControlGroup class to create a new LayoutControlGroup object.

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

AddTabbedGroup

DefaultLayoutType

Remove(BaseLayoutItem)

Move

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace