Skip to main content

LayoutGroupItemCollection.AddGroup() Method

Creates a new LayoutControlGroup and places it inside this LayoutGroupItemCollection.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v24.2.dll

Declaration

public LayoutGroup AddGroup()

Returns

Type Description
LayoutGroup

A LayoutControlGroup object that has been created.

See Also