Back to Devexpress

TabbedGroup.MoveTabPage(LayoutItemDragController) Method

windowsforms-devexpress-dot-xtralayout-dot-tabbedgroup-dot-movetabpage-x28-devexpress-dot-xtralayout-dot-customization-dot-layoutitemdragcontroller-x29.md

latest2.0 KB
Original Source

TabbedGroup.MoveTabPage(LayoutItemDragController) Method

Moves the page to another position within the TabbedGroup.TabPages collection.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool MoveTabPage(
    LayoutItemDragController controller
)
vb
Public Function MoveTabPage(
    controller As LayoutItemDragController
) As Boolean

Parameters

NameTypeDescription
controllerLayoutItemDragController

A LayoutItemDragController object which contains information on the page that would be moved and the position that the page would be moved to.

|

Returns

TypeDescription
Boolean

true if the page has been moved; otherwise, false.

|

See Also

AddTabPage

InsertTabPage

RemoveTabPage(LayoutGroup)

TabbedGroup Class

TabbedGroup Members

DevExpress.XtraLayout Namespace