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

TabbedControlGroup.AddTabPage(LayoutGroup, String, Boolean) Method

Appends the specified tab page to the TabbedGroup.TabPages collection.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public LayoutControlGroup AddTabPage(
    LayoutGroup newItem,
    string text,
    bool selectTabPage
)

#Parameters

Name Type Description
newItem LayoutGroup

A LayoutGroup object or descendant that represents a new tab page.

text String

A String value that specifies the text displayed within the page header. This value is assigned to the BaseLayoutItem.Text property.

selectTabPage Boolean

true if the tab page is selected; otherwise, false.

#Returns

Type Description
LayoutControlGroup

A LayoutGroup object or descendant that represents a new tab page.

See Also