ITabbedViewController.CreateNewDocumentGroup(DockPanel, Orientation, Int32) Method
In This Article
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
bool CreateNewDocumentGroup(
DockPanel dockPanel,
Orientation orientation,
int insertIndex
)
#Parameters
Name | Type |
---|---|
dock |
Dock |
orientation | Orientation |
insert |
Int32 |
#Returns
Type |
---|
Boolean |
See Also