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

LayoutGroupItemCollection.AddTabbedGroup() Method

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

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public TabbedGroup AddTabbedGroup()

Returns

Type Description
TabbedGroup

A TabbedControlGroup object that has been created.

See Also