Skip to main content

TabbedControlGroup(LayoutGroup) Constructor

Initializes a new instance of the TabbedControlGroup class with the specified owner.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TabbedControlGroup(
    LayoutGroup owner
)

Parameters

Name Type Description
owner LayoutGroup

A LayoutGroup object or descendant which owns the created group.

See Also