Back to Devexpress

LayoutGroupItemCollection.AddTabbedGroup() Method

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

latest1.4 KB
Original Source

LayoutGroupItemCollection.AddTabbedGroup() Method

Creates a new TabbedControlGroup object and places it inside this LayoutGroupItemCollection.

Namespace : DevExpress.XtraLayout.Utils

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public TabbedGroup AddTabbedGroup()
vb
Public Function AddTabbedGroup As TabbedGroup

Returns

TypeDescription
TabbedGroup

A TabbedControlGroup object that has been created.

|

See Also

LayoutGroupItemCollection Class

LayoutGroupItemCollection Members

DevExpress.XtraLayout.Utils Namespace