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

DXTabControl.MoveTabItem(Int32, Int32) Method

Moves the specified tab item to a new position.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public virtual void MoveTabItem(
    int oldIndex,
    int newIndex
)

Parameters

Name Type Description
oldIndex Int32

A System.Int32 value that specifies the current position of the tab item to be moved.

newIndex Int32

A System.Int32 value that specifies the new position of the specified tab item.

See Also