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

TabbedView(IContainer) Constructor

Initializes a new instance of the TabbedView class with the specified container.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public TabbedView(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object that implements IContainer.

See Also