Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ITabbedViewController.CreateNewDocumentGroup Method

Name Parameters Description
CreateNewDocumentGroup(DockPanel, Orientation, Int32) dockPanel, orientation, insertIndex
CreateNewDocumentGroup(Document, Orientation, Int32) document, orientation, insertIndex Creates 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, orientation Appends 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) document Appends a new group to the View and displays the specified document in this group.