Back to Devexpress

LayoutGroupItemCollection.AddGroup() Method

windowsforms-devexpress-dot-xtralayout-dot-utils-dot-layoutgroupitemcollection.md

latest1.3 KB
Original Source

LayoutGroupItemCollection.AddGroup() Method

Creates a new LayoutControlGroup and places it inside this LayoutGroupItemCollection.

Namespace : DevExpress.XtraLayout.Utils

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

A LayoutControlGroup object that has been created.

|

See Also

LayoutGroupItemCollection Class

LayoutGroupItemCollection Members

DevExpress.XtraLayout.Utils Namespace