Skip to main content
A newer version of this page is available. .

DXTabControl.AddNewTabItem() Method

Adds a new tab item to the tab control.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual object AddNewTabItem()

Returns

Type
Object

Remarks

To learn more about adding tab items, refer to Adding and Removing Tab Items.

See Also