DXTabControl.MoveTabItem(Object, Int32) Method
Moves the specified tab item to a new position.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | Object | 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