TabbedGroup.MoveTabPage(LayoutItemDragController) Method
In This Article
Moves the page to another position within the TabbedGroup.TabPages collection.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public bool MoveTabPage(
LayoutItemDragController controller
)
#Parameters
Name | Type | Description |
---|---|---|
controller | Layout |
A Layout |
#Returns
Type | Description |
---|---|
Boolean | true if the page has been moved; otherwise, false. |
See Also