Back to Devexpress

ITabbedViewController.CreateNewDocumentGroup Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-itabbedviewcontroller-dot-createnewdocumentgroup.md

latest1.7 KB
Original Source

ITabbedViewController.CreateNewDocumentGroup Method

NameParametersDescription
CreateNewDocumentGroup(DockPanel, Orientation, Int32)dockPanel, orientation, insertIndex
CreateNewDocumentGroup(Document, Orientation, Int32)document, orientation, insertIndexCreates a new group that will display the specified document. The group will be added at the specified position among other groups. The method allows you to change the orientation of document groups within a TabbedView.
CreateNewDocumentGroup(Document, Orientation)document, orientationAppends a new group to the View and displays the specified document in this group. The method allows you to change the orientation of document groups within a TabbedView.
CreateNewDocumentGroup(Document)documentAppends a new group to the View and displays the specified document in this group.