Back to Devexpress

LayoutController.Move Method

wpf-devexpress-dot-xpf-dot-docking-dot-layoutcontroller-dot-move.md

latest867 B
Original Source

LayoutController.Move Method

NameParametersDescription
Move(BaseLayoutItem, BaseLayoutItem, MoveType, Int32)item, target, type, insertIndexMoves the BaseLayoutItem next to another item or into another group at the precise position, specified by an insertIndex parameter.
Move(BaseLayoutItem, BaseLayoutItem, MoveType)item, target, typeMoves the specified item to the position next to another item or into another group.