Back to Devexpress

TabbedGroup Class

windowsforms-devexpress-dot-xtralayout-fa73a5b1.md

latest3.0 KB
Original Source

TabbedGroup Class

Represents the base class for tabbed layout groups.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TabbedGroup :
    LayoutItemContainer
vb
Public Class TabbedGroup
    Inherits LayoutItemContainer

The following members return TabbedGroup objects:

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.

Inheritance

Object MarshalByRefObject Component DevExpress.XtraLayout.SupportVisitor BaseLayoutItem LayoutItemContainer TabbedGroup TabbedControlGroup

See Also

TabbedGroup Members

DevExpress.XtraLayout Namespace