Back to Devexpress

DXTabControl.MoveTabItem(Object, Int32) Method

wpf-devexpress-dot-xpf-dot-core-dot-dxtabcontrol-dot-movetabitem-x28-system-dot-object-system-dot-int32-x29.md

latest1.2 KB
Original Source

DXTabControl.MoveTabItem(Object, Int32) Method

Moves the specified tab item to a new position.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void MoveTabItem(
    object item,
    int index
)
vb
Public Sub MoveTabItem(
    item As Object,
    index As Integer
)

Parameters

NameTypeDescription
itemObject

An object representing the tab item to be moved.

| | index | Int32 |

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

|

See Also

DXTabControl Class

DXTabControl Members

DevExpress.Xpf.Core Namespace