Skip to main content
A newer version of this page is available. .

LayoutGroupItemCollection.AddGroup() Method

Creates a new LayoutControlGroup and places it inside this LayoutGroupItemCollection.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

public LayoutGroup AddGroup()

Returns

Type Description
LayoutGroup

A LayoutControlGroup object that has been created.

See Also