Skip to main content
All docs
V23.2

ITabbedViewController.CreateNewDocumentGroup(DockPanel, Orientation, Int32) Method

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool CreateNewDocumentGroup(
    DockPanel dockPanel,
    Orientation orientation,
    int insertIndex
)

Parameters

Name Type
dockPanel DockPanel
orientation Orientation
insertIndex Int32

Returns

Type
Boolean
See Also