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

TabbedGroup Class

Represents the base class for tabbed layout groups.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.1.dll

Declaration

public class TabbedGroup :
    LayoutItemContainer

Remarks

A tabbed group is visually represented by tabbed pages, each of which displays a regular group (a LayoutGroup class descendant). To add tabs to a tabbed group, use the LayoutControlGroup.AddTabbedGroup method.

The TabbedGroup class is abstract, so its instances cannot be created. Use the TabbedControlGroup class instead,

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TabbedGroup class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also